gkpoll

Untitled

Feb 15th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. public ComAuto_GEDRecebimentoProtocolos()
  2. : base(
  3. "GED.RECEBIMENTO.PROTOCOLOS",
  4.  
  5. FcDtec.AreaComunicacao.GED,
  6. FcDtec.AssuntoComunicacao.GED_RECEBIMENTO_PROTOCOLOS,
  7. FcDtec.TipoComunicacao.AVISO,
  8.  
  9. "Aviso de recebimento de documentos no GED na data de " + DateTime.Now.AddDays(-1).ToShortDateString(),
  10. null,
  11. new PadraoDeRepeticao(PadraoDeRepeticao.tipoRepeticaoComParametroAdicional.ApenasEmDiasEspecificos,
  12. new List<DateTime> { DateTime.ParseExact("15/02/2019", "dd/MM/yyyy", CultureInfo.InvariantCulture)}
  13. ))
  14. { }
Advertisement
Add Comment
Please, Sign In to add comment