Пример #1
0
 public List <CommentDto> GetCommentsByDataSheetId(int datasheetId)
 {
     return(_commentDal.GetCommentDtos(datasheetId));
 }