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