using Microsoft.AspNetCore.Mvc; namespace BO.AppServer.Web.Services { [Route("api/[controller]")] [ApiController] public class PS : ControllerBase { } }