Esempio n. 1
0
 public static int Proposed_Supplier_Insert(int?ID, string Supplier_Name, int?Propose_Type, int?Propose_Status, int?For_Period, string Address, string Phone, string Email, string PIC_NAME, int Created_By, int Approved_By)
 {
     return(DAL_ASL_Supplier.Proposed_Supplier_Insert(ID, Supplier_Name, Propose_Type, Propose_Status, For_Period, Address, Phone, Email, PIC_NAME, Created_By, Approved_By));
 }