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