示例#1
0
 public static void ShuffleQeustions() => CurrentExam.Shuffle();
示例#2
0
 public static void SortQeustion() => CurrentExam.OrderBy(x => x.ID);