private void Init(Richiesta req) { Richiesta = req; //RichiestaId = r.Id; Mittente = false; ProtocolloOut = string.Empty; Oggetto = string.Empty; CodicePagamento = string.Empty; ImportoPagamento = 0; TestoObj = new Body(); DataProtocollo = default(DateTime); Documenti = new List <Documento>(); StatoPagamento = default(StatoPagamentoRisposta); DataInvio = default(DateTime); IsInviata = false; }
/// <summary> /// C.tor /// </summary> public Risposta(Richiesta r) { Init(r); }