Example #1
0
 public static bool DeleteACC_VoucherIteam(int aCC_VoucherIteamID)
 {
     SqlACC_VoucherIteamProvider sqlACC_VoucherIteamProvider = new SqlACC_VoucherIteamProvider();
     return sqlACC_VoucherIteamProvider.DeleteACC_VoucherIteam(aCC_VoucherIteamID);
 }