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