Exemplo n.º 1
0
 // GET: api/User
 public List <user_Info> Get()
 {
     return(respository.getAllUser());
 }