示例#1
0
 public Logic(Repo repo, ILogger <Repo> logger)
 {
     _logger    = logger;
     this._repo = repo;
 }