public static CourseName Random()
 {
     return(Create(WordMother.Random()));
 }
 public static FilterValue Random()
 {
     return(Create(WordMother.Random()));
 }
예제 #3
0
 public static BackofficeCourse Random()
 {
     return(Create(UuidMother.Random(), WordMother.Random(), RandomDuration()));
 }
예제 #4
0
 public static FilterField Random()
 {
     return(new FilterField(WordMother.Random()));
 }
예제 #5
0
 public static OrderBy Create(string fieldName = null)
 {
     return(new OrderBy(fieldName ?? WordMother.Random()));
 }
예제 #6
0
 public static OrderBy Random()
 {
     return(Create(WordMother.Random()));
 }