Beispiel #1
0
 public Product AllProductsByProductId(int id)
 {
     return(gateway.AllProductsByProductId(id));
 }