コード例 #1
0
ファイル: UserAccount.cs プロジェクト: yreynhout/naughty
 // Behavior
 public UserAccount(UserAccountId userAccountId, UserAccountName name)
     : this()
 {
     Apply(
     new AddedUserAccount(userAccountId, name));
 }
コード例 #2
0
ファイル: UserAccount.cs プロジェクト: ddd-cqrs-es/naughty
        // Behavior

        public UserAccount(UserAccountId userAccountId, UserAccountName name) : this()
        {
            Apply(
                new AddedUserAccount(userAccountId, name));
        }