예제 #1
0
 public bool VerifySerial(string verificationCode)
 {
     return(_verifyService.VerifySerial(verificationCode));
 }