Esempio n. 1
0
 public static int Evaluation_Data_Insert(int?ID, string Supp_ID, string Action_On_Data_Form, string Prposed_status, int?For_Period, string JustificationRemark, string VerificationRemark, string ApprovalRemark, int Created_By, int Verify_By, int Approve_By, string chk, string Approveurl, string Rejecturl, string SupplierDesc)
 {
     return(DAL_ASL_Supplier.Evaluation_Data_Insert(ID, Supp_ID, Action_On_Data_Form, Prposed_status, For_Period, JustificationRemark, VerificationRemark, ApprovalRemark, Created_By, Verify_By, Approve_By, chk, Approveurl, Rejecturl, SupplierDesc));
 }