Exemplo n.º 1
0
 public DetalheRetornoCnab240()
 {
     SegmentoE = new DetalheSegmentoERetornoCnab240();
     SegmentoW = new DetalheSegmentoWRetornoCnab240();
     SegmentoU = new DetalheSegmentoURetornoCnab240();
     SegmentoT = new DetalheSegmentoTRetornoCnab240();
 }
Exemplo n.º 2
0
 public DetalheRetornoCnab240(DetalheSegmentoTRetornoCnab240 segmentoT, DetalheSegmentoURetornoCnab240 segmentoU)
 {
     SegmentoT = segmentoT;
     SegmentoU = segmentoU;
 }