mirror of https://github.com/abpframework/abp.git
2 changed files with 2 additions and 7 deletions
@ -1,9 +1,6 @@ |
|||||
using JetBrains.Annotations; |
namespace Volo.Abp.Auditing; |
||||
|
|
||||
namespace Volo.Abp.Auditing; |
|
||||
|
|
||||
public interface IAuditLogScope |
public interface IAuditLogScope |
||||
{ |
{ |
||||
[NotNull] |
|
||||
AuditLogInfo Log { get; } |
AuditLogInfo Log { get; } |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue