Guest User

Untitled

a guest
Oct 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public interface IMyAppService : IApplicationService
  2. {
  3. Task Action1();
  4. Task Action2();
  5. Task Action3();
  6. }
  7.  
  8. "http://localhost/api/services/mpa/myApp/Action1"
  9. "http://localhost/api/services/mpa/myApp/Action2"
  10. "http://localhost/api/services/mpa/myApp/Action3"
Add Comment
Please, Sign In to add comment