add print to rollcall case history
This commit is contained in:
@@ -43,9 +43,12 @@ public class CaseHistoryController : ClientBaseController
|
||||
return _rollCallApplication.ManualEdit(command);
|
||||
}
|
||||
|
||||
// [HttpGet("print")]
|
||||
// public ActionResult<>
|
||||
|
||||
[HttpGet("print")]
|
||||
public async Task<ActionResult<List<RollCallCaseHistoryDetail>>> GetPrintDetails(string titleId,
|
||||
RollCallCaseHistorySearchModel searchModel)
|
||||
{
|
||||
return await _rollCallApplication.GetCaseHistoryDetails(_workshopId, titleId, searchModel);
|
||||
}
|
||||
|
||||
// [HttpGet("edit")]
|
||||
// public ActionResult<> GetEditDetails(string date,long employeeId)
|
||||
|
||||
Reference in New Issue
Block a user