コード例 #1
0
ファイル: DnsService.cs プロジェクト: unknown1fsh/win-acme
 public DnsService(AuthenticationService authenticationService, IProxyService proxyService) :
     base(authenticationService, proxyService)
 {
 }
コード例 #2
0
 public BaseServiceAuthenticated(AuthenticationService authenticationService, ProxyService proxyService) : base(proxyService) =>