Web Extensibility Download Part 2 - Decorating the service operation definition with Extensibility behaviour


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. [OperationContract(Action = "Expense/Delete")]
  2. [FaultContract(typeof(ContractFault))]
  3. void DeleteExpense(int id);

Report this snippet


Comments


You need to login to view comments.