Ejemplo n.º 1
0
 public DBO.Product CreateProduct(string name, string description, float cost_without_margin, float cost_with_margin)
 {
     return(product.CreateProduct(name, description, cost_without_margin, cost_with_margin));
 }