Esempio n. 1
0
 public Product GetByIdWithCategory(int id)
 {
     return(_productDal.GetByIdWithCategory(id));
 }