Exemplo n.º 1
0
 public static DataTable getStockInList(DateTime fromDate, DateTime toDate, long FinancialYearID)
 {
     try
     {
         DataTable i = StockInProvider.getStockInList(fromDate, toDate, FinancialYearID);
         return(i);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }