Beispiel #1
0
        //******************************************************************

        //Tüm postları listelemek için

        //++++++++
        public IDataResult <List <PostCardListDto> > GetAll()
        {
            return(new SuccessDataResult <List <PostCardListDto> >(_postCategoryDal.GetAll().ToList()));
        }