예제 #1
0
 public void Does_Initial_Commission_Fuction_Work()
 {
     Assert.AreEqual(57.85886f, calculations.GetInitialCommission(0.435547f));
 }