namespace WIDESEA_WMSServer.Controllers; [Route("api/[controller]")] [ApiController] public class PointStackerRelationController : ApiBaseController { public PointStackerRelationController(IPointStackerRelationService service) : base(service) { } }