Advertisement
jakobok12

Untitled

Apr 18th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. [ServiceContract]
  2.     interface IHelloWorld
  3.     {
  4.         [OperationContract]
  5.         void Hello(string s);
  6.         [OperationContract]
  7.         int ilosc_wiadomosci();
  8.         [OperationContract]
  9.         string mess(int l);
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement