public async Task <List <Blogg> > GetAllByCategoryIdAsync(int categoryId) { return(await _blogDal.GetAllByCategoryIdAsync(categoryId)); }