Esempio n. 1
0
 public async Task <ActionResult <User> > GetUser(int id)
 {
     return(await _userService.GetUSerById(id));
 }