public List <ClienteDTO> GetGridCliente(string campo, string valorPesquisa) { try { if (Global.TpConexao == Enumeradores.TipoConexao.LAN) { return(regrasnegocio.GetGridCliente(campo, valorPesquisa)); } else { return(new List <ClienteDTO>()); } } catch { throw; } }