示例#1
0
文件: Grupo.php 项目: ericray/test
 public static function getByEscuela($escuela_id)
 {
     return Grupo::getGrupoByEscuela($escuela_id);
 }