Esempio n. 1
0
 public async Task InsertAsync(ReviewComment reviewComment)
 {
     await repo.InsertAsync(reviewComment);
 }