public bool ProductInsert(clsProduct newProduct) { if (_productCol.InsertProduct(newProduct) == 1) { return(true); } else { return(false); } }
public bool Insert() { clsProductCollection _prdCol = new clsProductCollection(); return (_prdCol.InsertProduct(this) == 1); }
} // Update() public bool Insert() { clsProductCollection _prdCol = new clsProductCollection(); return(_prdCol.InsertProduct(this) == 1); } // Insert()