Example #1
0
 /// <summary>
 /// deletes a quiz from the database using the quiz entity
 /// </summary>
 /// <param name="quiz">the quiz to be removed</param>
 public static void DeleteQuiz(QuizData quiz)
 {
     entity.DeleteQuiz(quiz);
 }