Ejemplo n.º 1
0
 protected TwoFactorAuthenticationIdentityCreatedDomainEvent(TwoFactorAuthenticationIdentity twoFactorAuthenticationIdentity)
 {
     TwoFactorAuthenticationIdentity = twoFactorAuthenticationIdentity;
 }
Ejemplo n.º 2
0
 public static TwoFactorAuthenticationIdentityCreatedDomainEvent Create(TwoFactorAuthenticationIdentity twoFactorAuthenticationIdentity)
 {
     return(new TwoFactorAuthenticationIdentityCreatedDomainEvent(twoFactorAuthenticationIdentity));
 }