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