public bool UpdateUserById(UserInfo user) { throw new NotImplementedException(); }
public bool AddUserInfo(UserInfo user) { throw new NotImplementedException(); }