namespace Tiobon.Core.Api.Controllers; /// /// Ghre_ExamRecord(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] [Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)] public class Ghre_ExamRecordController : BaseController { public Ghre_ExamRecordController(IGhre_ExamRecordServices service) : base(service) { } }