public EquipmentsReportService(DAL.Contexts.DbSuppliesViewContext viewContext)
 {
     this.viewContext = viewContext;
 }
Example #2
0
 public ProvidersReportService(DAL.Contexts.DbSuppliesViewContext viewContext)
 {
     this.viewContext = viewContext;
 }