Ejemplo n.º 1
0
 public ProductsReport GetTotalLocationReport(PurchaseLocation location)
 {
     return(this.GetTotalLocationReport(location.Name));
 }
 public ProductsReport GetLocationReportForDate(PurchaseLocation location, DateTime date)
 {
     return this.GetLocationReportForDate(location.Name, date);
 }
Ejemplo n.º 3
0
 public ProductsReport GetLocationReportForDate(PurchaseLocation location, DateTime date)
 {
     return(this.GetLocationReportForDate(location.Name, date));
 }
 public ProductsReport GetTotalLocationReport(PurchaseLocation location)
 {
     return this.GetTotalLocationReport(location.Name);
 }