Example #1
0
 public JsonResult AssociateRejectTimesheet(TimesheetViewModel model)
 {
     return(Json(timesheetService.AssociateRejectTimesheet(model)));
 }
Example #2
0
 public JsonResult AssociateRejectTimesheet(TimesheetViewModel model)
 {
     return(Json(timesheetService.AssociateRejectTimesheet(model), JsonRequestBehavior.AllowGet));
 }