コード例 #1
0
 public RedBetUser(AggregateId id, BasicUserInformation basicUserInformation, string favouriteFootballTeam)
 {
     Id = id;
     BasicUserInformation  = basicUserInformation;
     FavouriteFootballTeam = favouriteFootballTeam;
 }
コード例 #2
0
 public MrGreenUser(AggregateId id, BasicUserInformation basicUserInformation, PersonalNumber personalNumber)
 {
     Id = id;
     BasicUserInformation = basicUserInformation;
     PersonalNumber       = personalNumber;
 }