Beispiel #1
0
 public GuiaService()
 {
     _guiaRepository = new GuiaRepository(ValuesService.GetDbPath());
     _guiaData       = new GuiaData();
 }
 public MedicamentoService()
 {
     _pacienteRepository = new PacienteRepository(ValuesService.GetDbPath());
 }
 public PacienteService()
 {
     _pacienteRepository = new PacienteRepository(ValuesService.GetDbPath());
 }