Ejemplo n.º 1
0
 // Constructor
 public Fetcher(MoveyRootConfig config)
 {
     Config = config;
 }
Ejemplo n.º 2
0
 public MoveyController(IOptions <MoveyRootConfig> config)
 {
     Config  = config.Value;
     Fetcher = new Fetcher(Config);
 }