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