Ejemplo n.º 1
0
        internal static bool ExistsBEC(string observacoes)
        {
            LicitacaoRepository repo = new LicitacaoRepository();

            return(repo.ExistsBEC(observacoes));
        }