コード例 #1
0
 public Category GetByIdWithProduct(int id)
 {
     return(_categoryDal.GetByIdWithProduct(id));
 }