示例#1
0
 public IngressoController(IngressoContext context)
 {
     _context = context;
 }
示例#2
0
 public EventosController(EventosContext context, CasasDeShowContext cacontext, IngressoContext ingcontext)
 {
     _context    = context;
     _cacontext  = cacontext;
     _ingcontext = ingcontext;
 }