Exemplo n.º 1
0
 public ActionResult Index(SalaryCalculator salaryCalc)
 {
     salaryCalc.CalculateGrossSalary();
     return(View(salaryCalc));
 }