コード例 #1
0
 public static BackofficeCourse WithName(string name)
 {
     return(Create(UuidMother.Random(), name, RandomDuration()));
 }
コード例 #2
0
 public static CourseId Random()
 {
     return(Create(UuidMother.Random()));
 }
コード例 #3
0
 public static BackofficeCourse Random()
 {
     return(Create(UuidMother.Random(), WordMother.Random(), RandomDuration()));
 }