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