using Microsoft.AspNetCore.Mvc; namespace Stylist.Web.Controllers { [ApiController] public abstract class ApiController : ControllerBase { } }