Ejemplo n.º 1
0
 // POST api/<controller>
 public UserInfo GetUserInfoById(int userid)
 {
     return(userinformation.GetUserInfoById(userid));
 }