Example #1
0
 // GET api/<controller>/5
 public PayrollViewModel Get(int id)
 {
     return(payroll.GetPayrollDetails(id));
 }