コード例 #1
0
ファイル: Grupo.php プロジェクト: ericray/test
 public static function getByEscuela($escuela_id)
 {
     return Grupo::getGrupoByEscuela($escuela_id);
 }