public DataTable getSupplierID() { DLSupplier objSupplierDetails = new DLSupplier(); DataTable dt = objSupplierDetails.getSupplierID(); return dt; }
public int deleteSupplier(EntSupplier objent) { DLSupplier objdl = new DLSupplier(); int result = objdl.deleteSupplier(objent); return result; }
public DataTable GetID(string CompanyName) { DLSupplier objDAL = new DLSupplier(); return objDAL.GetID(CompanyName); }
public DataTable BindFullGrid() { DLSupplier objDAL = new DLSupplier(); return objDAL.BindFullGrid(); }