Exemplo n.º 1
0
 public Tax(ErehwonCitizen citizen, DateTime today)
 {
     _citizen = citizen;
     _today = today;
 }
Exemplo n.º 2
0
 public Tax(ErehwonCitizen citizen, DateTime today)
 {
     _citizen = citizen;
     _today   = today;
 }
Exemplo n.º 3
0
 public Tax(ErehwonCitizen citizen)
 {
     _citizen = citizen;
     _today = DateTime.Now;
 }
Exemplo n.º 4
0
 public Tax(ErehwonCitizen citizen)
 {
     _citizen = citizen;
     _today   = DateTime.Now;
 }