public PublicResolverService(IEthApiContractService ethApiContractService, string contractAddress) { ContractAddress = contractAddress; #if !DOTNET35 ContractHandler = ethApiContractService.GetContractHandler(contractAddress); #endif }
public ENSRegistryService(IEthApiContractService ethApiContractService, string contractAddress) { ContractAddress = contractAddress; #if !DOTNET35 ContractHandler = ethApiContractService.GetContractHandler(contractAddress); #endif }