Esempio n. 1
0
 public async Task <List <Category> > GetAllWithCategoryBlogsAsync()
 {
     return(await _categoryDAL.GetAllWithCategoryBlogsAsync());
 }