Beispiel #1
0
 public IDataResult <List <PostCardList2Dto> > GetAll2()
 {
     return(new SuccessDataResult <List <PostCardList2Dto> >(_postCategoryDal.GetAll2().ToList()));
 }