Exemplo n.º 1
0
 public BindicatorProvider(IBinLookupServiceAgent binlookupServiceAgent, IOptions <Lookup> options)
 {
     _bindicatorServiceAgent = binlookupServiceAgent;
     uprn = options.Value.Uprn;
 }
Exemplo n.º 2
0
 public BindicatorController(ILogger <BindicatorController> logger, IBinLookupServiceAgent binLookupServiceAgent, IConfiguration configuration, Microsoft.Extensions.Options.IOptions <Lookup> lookup)
 {
     _logger = logger;
     _binLookupServiceAgent = binLookupServiceAgent;
     _lookup = lookup;
 }