Ejemplo n.º 1
0
 public static DataTable getAssetVoucher(long FinancialYearID)
 {
     try
     {
         DataTable i = AssetVoucherProvider.getAssetVoucher(FinancialYearID);
         return(i);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Ejemplo n.º 2
0
 public static int addExpensesVoucher(AssetVoucher account)
 {
     try
     {
         int i = AssetVoucherProvider.addExpensesVoucher(account);
         return(i);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }