Beispiel #1
0
 public List <ShortfallItems> GenerateShortfallItemsReport(DateTime startDate, DateTime endDate)
 {
     return(EFBroker_PurchaseOrder.GenerateShortfallItemsReport(startDate, endDate));
 }