示例#1
0
 private GoogleViolation[] ValidateGoogleNegativeKeywords(List<string> negativeKeywords)
 {
     var sw = new ServiceClientWrapper();
     return sw.ValidateGoogleNegativeKeywords(negativeKeywords);
 }