예제 #1
0
 public static AccountObject CheckGoogleId(string sGoogleId)
 {
     return(AccountDao.CheckGoogleId(sGoogleId));
 }