コード例 #1
0
 public SystemClassController(SystemSettings systemSettings, IFrontServiceClient frontServiceClient)
 {
     this.systemSettings     = systemSettings;
     this.frontServiceClient = frontServiceClient;
 }
コード例 #2
0
 public SystemConnectionController(SystemSettings systemSettings)
 {
     this.systemSettings = systemSettings;
 }