Beispiel #1
0
 public override double payout()
 {
     return(Pricing.dealBonus + wage.payout());
 }
Beispiel #2
0
 public override double payout()
 {
     return(wage.payout() + (Pricing.overtimeBonus + 100) / 100);
 }
Beispiel #3
0
 public override double payout()
 {
     return(wage.payout() - Pricing.lateFee);
 }
Beispiel #4
0
 public override double payout()
 {
     return(wage.payout() * (Pricing.premium + 100) / 100);
 }