Example #1
0
 public HomeController()
 {
     consultaService    = new ConsultaService();
     personaService     = new PersonaService();
     odontogramaService = new OdontogramaService();
     periodonciaService = new PeriodonciaService();
     usuarioService     = new UsuarioService();
     agendaService      = new AgendaService();
     medicamentoService = new MedicamentoService();
     EntityService      = new AppointmentService();
 }
 public PeriodonciaController()
 {
     Title = "Periodoncia";
     dientesPerioService = new DientesPerioService();
     EntityService       = new PeriodonciaService();
 }