Exemplo n.º 1
0
 public UserManagerUserViewModel(UserManagerUser user, UserManagerProfile profile, UserManagerProfileLimitation limitation = null)
 {
     UserModel              = user;
     ProfileModel           = profile;
     ProfileLimitationModel = limitation ?? new UserManagerProfileLimitation();
 }
 public UserManagerProfileViewModel(UserManagerProfile profile, UserManagerProfileLimitation limitation = null)
 {
     ProfileModel    = profile;
     LimitationModel = limitation;
 }