Esempio n. 1
0
 public static function delete($id)
 {
     self::validateId($id);
     InstructorFetcher::delete($id);
 }