Ejemplo n.º 1
0
 public void SetFooter(int numberOfTransactions, int controlNo)
 {
     _footer = _segmentFactory.GetGroupFooter(numberOfTransactions, controlNo);
     AddSegment(_footer);
 }