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