Ejemplo n.º 1
0
 // GET: api/User/5
 public user_Info Get(int id)
 {
     return(respository.getUserById(id));
 }