Esempio n. 1
0
 public static function getByEstado($estado_id)
 {
     return Escuela::getEscuelaByEstado($estado_id);
 }