Guest User

Untitled

a guest
Dec 11th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. using System.ServiceModel;
  2.  
  3. namespace WcfJsonRestService
  4. {
  5. [ServiceContract]
  6. public interface IService1
  7. {
  8. [OperationContract]
  9. Person GetData(string id);
  10. }
  11. }
Add Comment
Please, Sign In to add comment