Esempio n. 1
0
 /// <summary>
 /// 根据状态获取用户
 /// </summary>
 /// <returns>用户</returns>
 public User GetUser()
 {
     return(User.GetUser(this));
 }