Esempio n. 1
0
 public int InsertProduct(Product obj)
 {
     return(objblproduct.InsertProduct(obj));
 }