コード例 #1
0
 public Task <List <Blog> > GetAllWithCategoryId(int id)
 {
     return(_blogDal.GetAllWithCategoryId(id));
 }