예제 #1
0
 public bool Validate(string code)
 {
     CtrEmail ctrEmail = new CtrEmail();
     return ctrEmail.checkCodeExist(code);
 }