Example #1
0
 public PersonasController()
 {
     TipoIdentificacionService = new TipoIdentificacionService();
     ProvinciaService          = new ProvinciaService();
     CantoneService            = new CantoneService();
     EntityService             = new PersonaService();
     Title = "Personas";
 }
Example #2
0
 public CantonesController()
 {
     EntityService = new CantoneService();
     Title         = "Ciudades";
 }