|
|
@@ -35,7 +35,7 @@ public class VzAuditingStore : IAuditingStore, ITransientDependency
|
|
|
_auditLogRepository = auditLogRepository;
|
|
|
_funRepository = funRepository;
|
|
|
_cacheManager = cacheManager;
|
|
|
- _appConfiguration = env.GetAppConfiguration(); ;
|
|
|
+ _appConfiguration = env.GetAppConfiguration();
|
|
|
Logger = NullLogger.Instance;
|
|
|
}
|
|
|
|
|
|
@@ -118,7 +118,7 @@ public class VzAuditingStore : IAuditingStore, ITransientDependency
|
|
|
{
|
|
|
try
|
|
|
{
|
|
|
- log.MethodNameLang = $"Log_{ log.MethodName}";
|
|
|
+ log.MethodNameLang = $"Log_{log.MethodName}";
|
|
|
log.MethodName = _cacheManager.GetCache<string, string>(VzConsts.CacheAuditLogDesc).Get(
|
|
|
serviceName + "_" + log.MethodName, () => GetMethodName(log.MethodName, log.MethodName, serviceName));
|
|
|
}
|