Esempio n. 1
0
 public async Task <ActionResult <IEnumerable <User> > > Index()
 {
     return(await _userService.GetUsers());;
 }