11 lines
204 B
C#
11 lines
204 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 访问日志 服务接口
|
|
/// </summary>
|
|
public interface IAccessLogService
|
|
{
|
|
// TODO: 定义 访问日志 相关方法
|
|
}
|
|
}
|