Beispiel #1
0
 public ServicioBusqueda()
 {
     contexto = new EFYovoyRepository();
 }
Beispiel #2
0
 public ServicioEventos()
 {
     contexto = new EFYovoyRepository();
 }
Beispiel #3
0
 public ServicioUsuario()
 {
     repositorio = new EFYovoyRepository();
 }