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