public SesionesService(IConfiguration configuration, IUnitOfWork ufwAplicacion, IRolesServiceQuery rolesService) { this.IdApp = configuration["IdentifierAPP:Id"]; this.Issuer = configuration["JwtConfig:issuer"]; this._ufw = ufwAplicacion; this._rolesService = rolesService; }
public RolesController(IRolesServiceQuery rolesService) { this._rolesService = rolesService; }