예제 #1
0
파일: noteModel.php 프로젝트: Bdiallo16/Be
 public static function findByIdmatiere($idmatiere, $idetu, $groupe)
 {
     return noteDAO::findById($idmatiere, $idetu, $groupe);
 }