public IHttpActionResult Get([FromUri] long feeNo) { var response = service.GetLeaveNursing(feeNo); return(Ok(response)); }