Пример #1
0
 public AgenteController(IRepositorioAgente agentes, IConfiguration config)
 {
     this.agentes = agentes;
     this.config  = config;
 }