Ejemplo n.º 1
0
        internal static bool ExistsTCERS(long idLicitacaoFonte, int idFonte)
        {
            LicitacaoRepository repo = new LicitacaoRepository();

            return(repo.ExistsTCERS(idLicitacaoFonte, idFonte));
        }