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