Exemplo n.º 1
0
 public bool TestClientSupported(string serviceName, string clientVersion)
 {
     return(_versionService.ClientSupported(serviceName, clientVersion));
 }
Exemplo n.º 2
0
 ///
 public bool CheckClientSupport(string service, string clientVersion)
 {
     return(_versionService.ClientSupported(service, clientVersion));
 }