Пример #1
0
 public async Task <Entities.Comments> AddCommentsAsync([FromBody] Entities.Comments comments)
 {
     return(await _commentsService.AddCommentsAysnc(comments));
 }