示例#1
0
 // Behavior
 public UserAccount(UserAccountId userAccountId, UserAccountName name)
     : this()
 {
     Apply(
     new AddedUserAccount(userAccountId, name));
 }
示例#2
0
        // Behavior

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