Example #1
0
 public static int Proposed_Supplier_Delete(int?ID, int Created_By)
 {
     return(DAL_ASL_Supplier.Proposed_Supplier_Delete(ID, Created_By));
 }