예제 #1
0
 public Task <bool> AddComments(Comments comments)
 {
     return(_commentsRepository.AddComments(comments));
 }