public static int IsExistIdentityCard(string identityCard, int userId) { return(MemberUserProvider.Instance().IsExistIdentityCard(identityCard, userId)); }
public static int IsCheckCellPhoneAndUserName(string cellPhone, string userName) { return(MemberUserProvider.Instance().IsCheckCellPhoneAndUserName(cellPhone, userName)); }
public static void BindPCAccount(int userId, string openId, ref int result) { MemberUserProvider.Instance().BindPCAccount(userId, openId, ref result); }
public static string GetUsernameWithOpenId(string openId, string openIdType) { return(MemberUserProvider.Instance().GetUsernameWithOpenId(openId, openIdType)); }
public static int GetDefaultMemberGrade() { return(MemberUserProvider.Instance().GetDefaultMemberGrade()); }
public static bool UpdateUserUserNameByCellPhone(int userId, string username, string cellphone, string password, string openId, int passwordformat, string passwordsalt) { return(MemberUserProvider.Instance().UpdateUserUserNameByCellPhone(userId, username, cellphone, password, openId, passwordformat, passwordsalt)); }
public static int GetUserIdByCcbOpenId(string ccbOpenId) { return(MemberUserProvider.Instance().GetUserIdByCcbOpenId(ccbOpenId)); }
public static bool IsExistEmal(string email, string username) { return(MemberUserProvider.Instance().IsExistEmal(email, username)); }
public static bool UpdateUserTopRegionId(int userId, int topRegionId) { return(MemberUserProvider.Instance().UpdateUserTopRegionId(userId, topRegionId)); }
public static bool BindOpenId(string username, string openId, string openIdType) { return(MemberUserProvider.Instance().BindOpenId(username, openId, openIdType)); }
public static int GetAssociatedStoreId(int userId)//获取管理员所属的门店 { return(MemberUserProvider.Instance().GetAssociatedStoreId(userId)); }
public static string UpdateSessionId(int userId) { return(MemberUserProvider.Instance().UpdateSessionId(userId)); }
public static int GetUserIdBySessionId(string sessionid) { return(MemberUserProvider.Instance().GetUserIdBySessionId(sessionid)); }
public static int IsCheckEmialAndUserName(string Emial, string userName) { return(MemberUserProvider.Instance().IsCheckEmialAndUserName(Emial, userName)); }
public static int GetUserIdByAliPayOpenId(string openId) { return(MemberUserProvider.Instance().GetUserIdByAliPayOpenId(openId)); }
public static int IsExistEmailAndUserName(string email) { return(MemberUserProvider.Instance().IsExistEmailAndUserName(email)); }
public static bool IsExistUserNameOpenid(string userName) { return(MemberUserProvider.Instance().IsExistUserNameOpenid(userName)); }
public static int GetUserIdByEmail(string email) { return(MemberUserProvider.Instance().GetUserIdByEmail(email)); }
public static bool IsExistOpendByUserName(string cellphone) { return(MemberUserProvider.Instance().IsExistOpendByUserName(cellphone)); }
public static bool UpdateUserOpenId(int userId, int userCurrent, string openId) { return(MemberUserProvider.Instance().UpdateUserOpenId(userId, userCurrent, openId)); }
public static bool IsExistCellPhone(string cellPhone) { return(MemberUserProvider.Instance().IsExistCellPhone(cellPhone)); }
public static bool RegisterPCUser(int userId, int userCurrent, string password, string email, string userName) { return(MemberUserProvider.Instance().RegisterPCUser(userId, userCurrent, password, email, userName)); }
public static int IsExistCellPhoneAndUserName(string cellPhone) { return(MemberUserProvider.Instance().IsExistCellPhoneAndUserName(cellPhone)); }
public static string GetOpenIdByUserName(string userName) { return(MemberUserProvider.Instance().GetOpenIdByUserName(userName)); }
public virtual bool ValidatePasswordAnswer(string answer) { MemberUserProvider memberUserProvider = MemberUserProvider.Instance(); return(memberUserProvider.ValidatePasswordAnswer(this.Username, answer)); }