Exemple #1
0
 public VotacionService(nightPlanContext context)
 {
     this.context = context;
 }
 public GruposService(nightPlanContext context)
 {
     this.context = context;
 }
 public UsuariosService(nightPlanContext context)
 {
     this.context = context;
 }
Exemple #4
0
 public EstablecimientosService(nightPlanContext context)
 {
     this.context = context;
 }
Exemple #5
0
 public PreferenciasService(nightPlanContext context)
 {
     this.context = context;
 }
Exemple #6
0
 public RecomendacionesService(nightPlanContext context)
 {
     this.context = context;
 }