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