mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-05 04:22:51 +08:00
6 lines
192 B
C#
6 lines
192 B
C#
namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 请求日志服务
|
|
/// </summary>
|
|
public interface IRequestLogService : IService, IRequestLogModule; |