Exemple #1
0
 public static AccountObject CheckFacebookId(string sFacebookId)
 {
     return(AccountDao.CheckFacebookId(sFacebookId));
 }