Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 20th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. REST parameters: object vs native datatypes
  2. public void CreateUser(User user);
  3.        
  4. public void CreateUser(string userName, string firstName, string lastName, string email, string password);
  5.        
  6. http://myhostname/users/
  7.        
  8. http://myhostname/users/DanWaterbly