コード例 #1
0
 protected TwoFactorAuthenticationIdentityCreatedDomainEvent(TwoFactorAuthenticationIdentity twoFactorAuthenticationIdentity)
 {
     TwoFactorAuthenticationIdentity = twoFactorAuthenticationIdentity;
 }
コード例 #2
0
 public static TwoFactorAuthenticationIdentityCreatedDomainEvent Create(TwoFactorAuthenticationIdentity twoFactorAuthenticationIdentity)
 {
     return(new TwoFactorAuthenticationIdentityCreatedDomainEvent(twoFactorAuthenticationIdentity));
 }