Пример #1
0
 public async Task <List <Blogg> > GetAllByCategoryIdAsync(int categoryId)
 {
     return(await _blogDal.GetAllByCategoryIdAsync(categoryId));
 }