示例#1
0
 public static function pesquisar(Request $req)
 {
     return Marca::PesquisarPorNome($req->get('nome'));
 }