Пример #1
0
 public ServicioReserva()
 {
     //Inversion de COntrol, IInyeccion de Dependencia
     //reservaRepositorio = new ReservaRepositorio(new VOfficeDbContext("name=VOffice"));
     _contexto = new EFVirtualOfficeRepository();
 }
Пример #2
0
 public ServicioClientes()
 {
     //repositorioCliente = new RepositorioCliente(new VOfficeDbContext("name=VOffice"));
     _contexto = new EFVirtualOfficeRepository();
 }
Пример #3
0
 public ServicioConfiguracion()
 {
     _contexto = new EFVirtualOfficeRepository();
 }