Esempio n. 1
0
 public async Task <ReviewComment> GetByIDAsync(int id)
 {
     return(await repo.GetByIDAsync(id));
 }