Beispiel #1
0
 public static List <product> oneProductBusiness(string code)
 {
     return(ProductoData.oneProductData(code));
 }