public GbdFlService(string url) { _flService = new GbdFLProxyWebService(url); }
public GbdFlService(IOptions <ConfigExternalService> configuration, NiisWebContext context) { _flService = new GbdFLProxyWebService(configuration.Value.GbdFlUrl); _context = context; }