示例#1
0
 public AgentController(IBuildAgentRepository buildAgentRepository)
 {
     _buildAgentRepository = buildAgentRepository;
     _buildAgentRepository.AddAgent("http://localhost:27500/service");
 }
示例#2
0
 public AgentController(IBuildAgentRepository buildAgentRepository)
 {
     _buildAgentRepository = buildAgentRepository;
     _buildAgentRepository.AddAgent("http://localhost:27500/service");
 }