Esempio n. 1
0
 public NamespaceController(INamespaceService namespaceService, IConfigServerService configServerService)
 {
     this.namespaceService = namespaceService;
     _configServerService  = configServerService;
 }
Esempio n. 2
0
 public ProjectController(IProjectService projectService, IConfigServerService configServerService)
 {
     this.projectService  = projectService;
     _configServerService = configServerService;
 }
 public ConfigServerController(IConfigServerService configServerService)
 {
     _configServerService = configServerService;
 }