Пример #1
0
 public Product ByID(int id)
 {
     return(context.ByID(id));
 }