コード例 #1
0
ファイル: AccountRemoteHelper.cs プロジェクト: sunsiz/We7CMS
 public bool ExistEmail(string email)
 {
     return(RemoteHelper.ExistEmail(email));
 }