Exemplo n.º 1
0
 public static void ShuffleQeustions() => CurrentExam.Shuffle();
Exemplo n.º 2
0
 public static void SortQeustion() => CurrentExam.OrderBy(x => x.ID);