Beispiel #1
0
 public async Task <UserStatus> GetByNameAsync(string name)
 {
     return(await repo.GetByNameAsync(name));
 }