Exemple #1
0
 public int DeleteDirectorByID(int DirectorID)
 {
     return(mediaDAO.DeleteDirectorByID(DirectorID));
 }