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