Exemplo n.º 1
0
 public async Task <List <Category> > GetAllWithCategoryBlogsAsync()
 {
     return(await _categoryDal.GetAllWithCategoryBlogAsync());
 }