Esempio n. 1
0
 public Product GetById(int Id)
 {
     return(_productDal.GetByıd(Id));
 }