public User GetUserByToken(string token) { return(UserHelper.GetOnlieUser(string.Empty, string.Empty, token)); }
public User GetUserById(string userId, string deviceType) { return(UserHelper.GetOnlieUser(userId, deviceType, string.Empty)); }