using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Rhea.Common; using Tiger.Model; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using Microsoft.AspNetCore.Cors; namespace Tiger.Api.Controllers.BAS { /// /// /// [Route("api/[controller]/[action]")] [EnableCors("Any")] [ApiController] public partial class BASController : ControllerBase { } }