예제 #1
0
파일: Grupo.php 프로젝트: ericray/test
 public static function getByEscuela($escuela_id)
 {
     return Grupo::getGrupoByEscuela($escuela_id);
 }