public RecordsService( HTTPService http, WrapgateLocator serviceLocation) { _http = http; _serviceLocation = serviceLocation; }
public RecordsService( APIProxyService http, WrapgateLocator serviceLocation) { _http = http; _serviceLocation = serviceLocation; }
public Seeder( ServiceLocation serviceLocation, ObserverLocator observerLocator, StargateLocator stargateLocator, DeveloperLocator developerLocator, ArchonLocator archonLocator, ProbeLocator probeLocator, WrapgateLocator wrapgateLocator, StatusDbContext dbContext) { this.serviceLocation = serviceLocation; this.observerLocator = observerLocator; this.stargateLocator = stargateLocator; this.developerLocator = developerLocator; this.archonLocator = archonLocator; this.probeLocator = probeLocator; this.wrapgateLocator = wrapgateLocator; this.dbContext = dbContext; }
public HomeController(WrapgateLocator locator) { _locator = locator; }