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