1 2 3 4 5 6
using Microsoft.AspNetCore.Mvc; namespace I2R.LightNews.Endpoints; public class EndpointBase : ControllerBase { }