mh_frame_sps/APT.API/ILogTest.cs

14 lines
240 B
C#
Raw Permalink Normal View History

2026-04-07 13:47:52 +08:00
using Autofac.Extras.DynamicProxy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace APT.API
{
[Intercept(typeof(LogInterceptor))]
public interface ILogTest
{
}
}