Beispiel #1
0
 public SystemClassController(SystemSettings systemSettings, IFrontServiceClient frontServiceClient)
 {
     this.systemSettings     = systemSettings;
     this.frontServiceClient = frontServiceClient;
 }
 public SystemConnectionController(SystemSettings systemSettings)
 {
     this.systemSettings = systemSettings;
 }