Ejemplo n.º 1
0
 public AnnounceUnitInfo(AnnounceInfo announce, JIT.CPOS.BS.Entity.UnitInfo unit)
 {
     this.Announce = announce;
     this.Unit     = unit;
 }
Ejemplo n.º 2
0
 public AnnounceUnitInfo(AnnounceInfo announce)
     : this(announce, new UnitInfo())
 {
 }