Example #1
0
 public void deleteThisDictant(Dictant dictant)
 {
     currentTeacherDAO.deleteDictant(dictant.ID);
     avialableDictants = currentTeacherDAO.getAllDictants();
 }