Example #1
0
 public List <Chunk> convertInvoicesToChunks(List <Invoice> invoices)
 {
     apportionmentMgr = new ApportionmentManager();
     return(apportionmentMgr.convertInvoicesToChunks(invoices));
 }
 public List<Chunk> convertInvoicesToChunks(List<Invoice> invoices)
 {
     apportionmentMgr = new ApportionmentManager();
     return apportionmentMgr.convertInvoicesToChunks(invoices);
 }