Esempio n. 1
0
 public void deleteCommentsForSection(String courseId, String sectionName) {
   commentsDb.deleteCommentsForSection(courseId, sectionName);
 }