Exemplo n.º 1
0
 public MirrorCommand(IConfiguration config, MirrorOptions options)
 {
     _config  = config;
     _options = options;
 }
Exemplo n.º 2
0
 public MirrorCommand(MirrorOptions options)
 {
     _options = options;
 }