Example #1
0
 public Product FindProduct(int id)
 {
     return(dbProduct.FindProduct(id));
 }