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