Exemplo n.º 1
0
 public HomeController()
 {
     this._calleService = new CalleService();
 }
Exemplo n.º 2
0
 public CalleController()
 {
     this._calleService = new CalleService();
     this._zonaService = new ZonaService();
 }