Beispiel #1
0
 public RHoraMateria(SigmaContext context)
 {
     this._context = context;
 }
Beispiel #2
0
 public RParcialGrupo(SigmaContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public RSalon(SigmaContext context)
 {
     this._context = context;
 }
Beispiel #4
0
 public RGrupoDocente(SigmaContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public RAdscripto(SigmaContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public RDocente(SigmaContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public REncuestaGlobal(SigmaContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public RParcial(SigmaContext context)
 {
     this._context = context;
 }
Beispiel #9
0
 public RPreguntaOpcion(SigmaContext context)
 {
     this._context = context;
 }
Beispiel #10
0
 public SigmaRepository(SigmaContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Beispiel #11
0
 public RGrupo(SigmaContext context)
 {
     this._context = context;
 }
Beispiel #12
0
 public RTareaGrupo(SigmaContext context)
 {
     _context = context;
 }
Beispiel #13
0
 public RImagen(SigmaContext context)
 {
     this._context = context;
 }
Beispiel #14
0
 public REscritoGrupo(SigmaContext context)
 {
     _context = context;
 }
Beispiel #15
0
 public ROrientacion(SigmaContext context)
 {
     this._context = context;
 }
Beispiel #16
0
 public REscrito(SigmaContext context)
 {
     this._context = context;
 }