Esempio n. 1
0
 public Manejador(GestionContext context)
 {
     this.context = context;
 }
 public ImagenesController(GestionContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public Manejador(GestionContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Esempio n. 4
0
 public SalaRepositorio()
 {
     Context = new GestionContext();
     RequiresContextDisposal = true;
 }
Esempio n. 5
0
 public AuthAlmaController(GestionContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public CatArticuloController(GestionContext context)
 {
     _context = context;
 }