Exemplo n.º 1
0
 public DigitarTestamento(CadTestamento cadTestamento, Cs_Notas.Dominio.Entities.Usuario usuario, bool chamadaInicial)
 {
     _testamento     = cadTestamento;
     _usuario        = usuario;
     _chamadaInicial = chamadaInicial;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public Complemento(CadTestamento testamento, Cs_Notas.Dominio.Entities.Usuario usuario)
 {
     _testamento = testamento;
     _usuario    = usuario;
     seloCCT     = _IAppServicoSelos.ReservarSelosCCT(1, "COMPLEMENTO DE EMOLUMENTOS", _usuario.UsuarioId, _usuario.Nome, DateTime.Now.Date, 2, _testamento.Livro, _testamento.FolhaInicio, _testamento.FolhaFim, _testamento.NumeroAto).FirstOrDefault();
     InitializeComponent();
 }
Exemplo n.º 3
0
 public AguardeExcluirTestamento(CadTestamento testamento, bool liberarSelo)
 {
     _testamento  = testamento;
     _liberarSelo = liberarSelo;
     InitializeComponent();
 }
Exemplo n.º 4
0
 public AguardeSalvandoTestamento(DigitarTestamento digitarTestamento)
 {
     _testamento        = digitarTestamento._testamento;
     _digitarTestamento = digitarTestamento;
     InitializeComponent();
 }