예제 #1
0
 public async Task <List <AppUser> > GetAllAsync()
 {
     return(await _appUser.GetAllAsync());
 }