示例#1
0
 public static int ASL_Supplier_Properties_Insert(string Supplier_Code, DataTable dt, int?CreatedBy)
 {
     return(DAL_ASL_Supplier.ASL_Supplier_Properties_Insert(Supplier_Code, dt, CreatedBy));
 }