Beispiel #1
0
 public Product GetAllProductsByProductId(int productID)
 {
     return(productGateway.GetAllProductsByProductId(productID));
 }