Exemplo n.º 1
0
 public Payment(Cash cash, string concept, DateTime entryDate, double amount)
     : this(cash, concept, entryDate, 0, amount)
 {
 }
Exemplo n.º 2
0
 public Payment(Cash cash, string concept, DateTime entryDate, double amount)
     : this(cash, concept, entryDate, 0, amount)
 {
 }