Ejemplo n.º 1
0
 public UnsettledReciept(RecieptState state) : this(state.Reciept)
 {
 }
Ejemplo n.º 2
0
 public SettledReciept(RecieptState state)
 {
     Reciept             = state.Reciept;
     Reciept.SettledDate = DateTime.Now;
     this.Name           = "Settled";
 }