Beispiel #1
0
 public ProductViewModel GetAllProductByID(int productId)
 {
     return(aProductGateway.GetAllProductByID(productId));
 }