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