Advertisement
loonerz

service

Jan 15th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1.         [WebGet(UriTemplate = "/usuario/new?Data={data}",
  2.         RequestFormat = WebMessageFormat.Json,
  3.         ResponseFormat = WebMessageFormat.Json,
  4.         BodyStyle = WebMessageBodyStyle.Bare)]
  5.         ResponseObject<Usuarios> NewUsuario(string data);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement