예제 #1
0
 public RecordsService(
     APIProxyService http,
     WarpgateLocator serviceLocation)
 {
     _http            = http;
     _serviceLocation = serviceLocation;
 }
예제 #2
0
 public HomeController(WarpgateLocator locator)
 {
     _locator = locator;
 }