Exemplo n.º 1
0
 public RegistrationStarted(Guid registrationId, DateTime createdDate, SecurityData security, ProfileData profile)
 {
     RegistrationId = registrationId;
     CreatedDate = createdDate;
     Security = security;
     Profile = profile;
 }
Exemplo n.º 2
0
 public CreateProfileForRegistration(Guid profileId, Guid registrationId, ProfileData profile)
 {
     ProfileId = profileId;
     RegistrationId = registrationId;
     Profile = profile;
 }