Пример #1
0
 public DnsService(AuthenticationService authenticationService, IProxyService proxyService) :
     base(authenticationService, proxyService)
 {
 }
 public BaseServiceAuthenticated(AuthenticationService authenticationService, ProxyService proxyService) : base(proxyService) =>