示例#1
0
 public RepoExporter(IConsul consul, IGit git, IFileSystem fs, ILogger logger)
 {
     this.consul = consul;
     this.git = git;
     this.fs = fs;
     this.logger = logger;
 }
示例#2
0
 public Service(IConfig config, ILogger logger, IConsul consul, IFileSystem fs)
 {
     this.config = config;
     this.logger = logger;
     this.consul = consul;
     this.fs = fs;                        
 }