Esempio n. 1
0
 public static int ASL_Supplier_Scope_Insert(string Supp_ID, DataTable dtScope, int?CreatedBy)
 {
     return(DAL_ASL_Supplier.ASL_Supplier_Scope_Insert(Supp_ID, dtScope, CreatedBy));
 }