示例#1
0
 public ActionResult GetFilterableTasks(int?assigned, int?requestedBy, int?unitId, int?projectId, int?taskId, int?taskStatusId, string title)
 {
     return(Json(_workService.GetFilterableTasks(assigned, requestedBy, unitId, projectId, taskId, taskStatusId, title), JsonRequestBehavior.AllowGet));
 }