Ejemplo n.º 1
0
 public DBO.Product GetProductFromName(string name)
 {
     return(product.GetProductFromName(name));
 }