예제 #1
0
 public CasasDeShowController(CasasDeShowContext context)
 {
     _context = context;
 }
예제 #2
0
 public EventosController(EventosContext context, CasasDeShowContext cacontext, IngressoContext ingcontext)
 {
     _context    = context;
     _cacontext  = cacontext;
     _ingcontext = ingcontext;
 }