Example #1
0
        public JsonResult GetTimesheetEntries(int timesheetId)
        {
            var entry = timesheetService.GetTimeSheetEntry(timesheetId);

            return(this.Json(entry));
        }