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