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