mirror of https://github.com/abpframework/abp.git
5 changed files with 39 additions and 26 deletions
@ -1,12 +0,0 @@ |
|||
using Volo.Abp.Threading; |
|||
|
|||
namespace Volo.Abp.Auditing |
|||
{ |
|||
public static class AuditingStoreExtensions |
|||
{ |
|||
public static void Save(this IAuditingStore auditingStore, AuditLogInfo auditInfo) |
|||
{ |
|||
AsyncHelper.RunSync(() => auditingStore.SaveAsync(auditInfo)); |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue