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