Ejemplo n.º 1
0
 public EventoController(IAgilRepository repo)
 {
     _repo = repo;
 }
Ejemplo n.º 2
0
 public EventosController(IAgilRepository context)
 {
     _context = context;
 }