Ejemplo n.º 1
0
 public List <CommentsModel> GetAllComments()
 {
     return(_commentsRepository.GetAllComments());
 }