public ControllerArchiving(PISDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public ControllerReporting(PISDbContext context)
 {
     this.context = context;
 }
 public ControllerSelection(PISDbContext context)
 {
     this.context = context;
 }
 public ControllerService(PISDbContext context)
 {
     this.context = context;
 }
 public ContractAgent(PISDbContext context)
 {
     this.context = context;
 }
Beispiel #6
0
 public ControllerDiagrams(PISDbContext context)
 {
     this.context = context;
 }
Beispiel #7
0
 public ControllerPrinting(PISDbContext context)
 {
     this.context = context;
 }
 public ControllerClient(PISDbContext context)
 {
     this.context = context;
 }
 public ControllerMain(PISDbContext context)
 {
     this.context = context;
 }
 public ControllerUser(PISDbContext context)
 {
     this.context = context;
 }