Beispiel #1
0
 public static function pesquisarAjax($p)
 {
     return Cliente::PesquisarPorTudo($p)->get();
 }