Пример #1
0
 public Product GetById(int Id)
 {
     return(db.GetById(Id));
 }