public class GreeterApiController : ControllerBase { [HttpGet("/")] public string SayHello([FromService] IGreeterService service) => service ...
確定! 回上一頁