예제 #1
0
 public NamespaceController(INamespaceService namespaceService, IConfigServerService configServerService)
 {
     this.namespaceService = namespaceService;
     _configServerService  = configServerService;
 }
예제 #2
0
 public ProjectController(IProjectService projectService, IConfigServerService configServerService)
 {
     this.projectService  = projectService;
     _configServerService = configServerService;
 }
예제 #3
0
 public ConfigServerController(IConfigServerService configServerService)
 {
     _configServerService = configServerService;
 }