public ActionResult getEnreLogList(int id) { return(new JsonnResult { Data = new { success = true, data = enregRepository.GetEnreLog(id, EnregTypeID) } }); }