using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using APT.Infrastructure.Core; using Microsoft.AspNetCore.Mvc; namespace APT.API { [Log] public class AptController : ControllerBase { } }