Exemplo n.º 1
0
 public VotacionService(nightPlanContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public GruposService(nightPlanContext context)
 {
     this.context = context;
 }
 public UsuariosService(nightPlanContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public EstablecimientosService(nightPlanContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public PreferenciasService(nightPlanContext context)
 {
     this.context = context;
 }
Exemplo n.º 6
0
 public RecomendacionesService(nightPlanContext context)
 {
     this.context = context;
 }