Beispiel #1
0
 public async Task <UserStatus> GetByIDAsync(int id)
 {
     return(await repo.GetByIDAsync(id));
 }