Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public ComAuto_GEDRecebimentoProtocolos()
- : base(
- "GED.RECEBIMENTO.PROTOCOLOS",
- FcDtec.AreaComunicacao.GED,
- FcDtec.AssuntoComunicacao.GED_RECEBIMENTO_PROTOCOLOS,
- FcDtec.TipoComunicacao.AVISO,
- "Aviso de recebimento de documentos no GED na data de " + DateTime.Now.AddDays(-1).ToShortDateString(),
- null,
- new PadraoDeRepeticao(PadraoDeRepeticao.tipoRepeticaoComParametroAdicional.ApenasEmDiasEspecificos,
- new List<DateTime> { DateTime.ParseExact("15/02/2019", "dd/MM/yyyy", CultureInfo.InvariantCulture)}
- ))
- { }
Advertisement
Add Comment
Please, Sign In to add comment