コード例 #1
0
 public static CoursesCounter Random()
 {
     return(Create(CoursesCounterIdMother.Random(), CoursesCounterTotalMother.Random(), Repeater <CourseId> .Random(CourseIdMother.Random).ToList()));
 }
 public static CoursesCounterIncrementedDomainEvent Random()
 {
     return(Create(CoursesCounterIdMother.Random(), CoursesCounterTotalMother.Random()));
 }