Ejemplo n.º 1
0
 public DemosController(DemosServices demoService)
 {
     this.demoService = demoService;
 }
Ejemplo n.º 2
0
 public DemosController()
 {
     demoService = new DemosServices();
 }