public IHttpActionResult GetRecord_TheoID()//int employeeID { List <RecordShow> list = dao.GetAll(); if (list.Count == 0) { return(NotFound()); } return(Ok(list)); }