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