예제 #1
0
 public ExternalAuthService(IArloConfigService config)
 {
     _config = config;
 }
예제 #2
0
 public SystemService(IArloConfigService config)
 {
     _config = config;
 }