示例#1
0
 public Task <List <Category> > GetAllCategoryWithPostCount()
 {
     return(categoryDal.GetAllCategoryWithPostCount());
 }