public EventosController(IEventosService ieventosService, ITarjetasService itarjetasService)
 {
     _ieventosService  = ieventosService;
     _itarjetasService = itarjetasService;
 }
Ejemplo n.º 2
0
 public TarjetasApiController(ITarjetasService itarjetasService)
 {
     _itarjetasService = itarjetasService;
 }