Beispiel #1
0
 public void TestSetDownPayment()
 {
     TaxesManager.SetDownPayment("5000");
     Assert.AreEqual(5000, TaxesManager.downPayment);
 }