示例#1
0
 public Faqtb005Resposta(string deResposta, Faqtb002Conversa conversa, int nuSessao)
 {
     this.DeReposta  = deResposta;
     this.DhResposta = DateTime.Now;
     this.NuConversa = conversa.NuConversa;
     this.NuSessao   = nuSessao;
     this.NuVariavel = conversa.NuVariavel ?? default(int);
 }
示例#2
0
 public Faqtb006Envio(Faqtb002Conversa conversa, int nuSessao)
 {
     this.NuSessao   = nuSessao;
     this.DhEnvio    = DateTime.Now;
     this.NuConversa = conversa.NuConversa;
 }