示例#1
0
 public HomeController(CdlxMasterService masterService,
                       IConfiguration configuration,
                       ILogger <HomeController> logger)
 {
     this.masterService = masterService;
     this.configuration = configuration;
     this.logger        = logger;
 }
示例#2
0
 public Contract(CdlxMasterService masterService)
 {
     this.masterService = masterService;
 }