Ejemplo n.º 1
0
 public RepresentativeController(
     RepresentativeHelper helper,
     IConfiguration config
     )
 {
     _helper = helper;
     _config = config;
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     _helper = new RepresentativeHelper();
 }