16 lines
262 B
C#
16 lines
262 B
C#
|
|
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
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|