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