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