Example #1
0
 public UserResult(User user)
 {
     this.status = UserResultStatus.FOUND;
     this.user   = user;
 }
Example #2
0
 public UserResult(UserResultStatus status)
 {
     this.status = status;
 }