namespace LaaProductionWeb.API.Areas { using Microsoft.AspNetCore.Mvc; [ApiController] [Route("[area]/[controller]")] public class AreaController : ControllerBase { } }