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