//------------------------------------------------------------------------------------------------------------------- public int VerificaSubCategoria(String valor)//0 - não existe valor || > 0 existe { DALSubCategoria DALobj = new DALSubCategoria(new DALConexao(DALDadosDoBanco.stringDeConexao)); return(DALobj.VerificaSubCategoria(valor)); }
public int VerificaSubCategoria(string valor) { DALSubCategoria DALobj = new DALSubCategoria(conexao); return(DALobj.VerificaSubCategoria(valor)); }