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