Exemplo n.º 1
0
 public CantonController(ICantonService canton)
 {
     cantonService = canton;
 }
Exemplo n.º 2
0
 public CantonController()
 {
     CantonServicio = new CantonRepositorio();
 }