public ActionResult GetCodesByEnterpriseId(int id) { return(Ok(_service.GetCodesByEnterpriseId(id))); }