Esempio n. 1
0
 public static CoursesCounter Create(CoursesCounterId id, CoursesCounterTotal total, List <CourseId> existingCourses)
 {
     return(new CoursesCounter(id, total, existingCourses));
 }
 public static CoursesCounterIncrementedDomainEvent Create(CoursesCounterId id, CoursesCounterTotal total)
 {
     return(new CoursesCounterIncrementedDomainEvent(id.Value, total.Value));
 }