コード例 #1
0
ファイル: RecordsService.cs プロジェクト: cc1993abc/Nexus
 public RecordsService(
     HTTPService http,
     WrapgateLocator serviceLocation)
 {
     _http            = http;
     _serviceLocation = serviceLocation;
 }
コード例 #2
0
 public RecordsService(
     APIProxyService http,
     WrapgateLocator serviceLocation)
 {
     _http            = http;
     _serviceLocation = serviceLocation;
 }
コード例 #3
0
 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;
 }
コード例 #4
0
 public HomeController(WrapgateLocator locator)
 {
     _locator = locator;
 }