コード例 #1
0
 public async Task <Entities.Comments> DeleteCommentsAsync(int id)
 {
     return(await _commentsService.DeleteCommentsAysnc(id));
 }