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