Ejemplo n.º 1
0
 private List <Entities.SubContractorDataItem> LoadBatch()
 {
     using (Facade.IPreInvoice facPreInvoice = new Facade.PreInvoice())
     {
         rdiInvoiceDate.SelectedDate = facPreInvoice.GetBatchInvoiceDate(BatchID);
         return(facPreInvoice.GetJobSubContractorsForBatch(BatchID));
     }
 }