コード例 #1
0
 public VotacionService(nightPlanContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public GruposService(nightPlanContext context)
 {
     this.context = context;
 }
コード例 #3
0
 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;
 }