Пример #1
0
 public IDataResult <List <CommentDetailDto> > GetCommentByUnivercityId(int univercityId)
 {
     return(new SuccessDataResult <List <CommentDetailDto> >(_commentDal.GetAllDetailById(univercityId), Messages.CommentGetted));
 }