Пример #1
0
 public UserIdentity(UserIdentity uid)
     : base((Credentials)uid)
 {
     this.name  = uid.Name;
     this.email = uid.Email;
 }
Пример #2
0
 public ActionResult UpdateInDatabase(UserIdentity newUid)
 {
     throw new ActionException("Updating user details is not properly handled...",
                               ActionType.User, MemeType.Fuuuuu);
 }