improvements, fixes
This commit is contained in:
parent
871078c4ab
commit
32c37cf22c
|
|
@ -40,6 +40,7 @@ public class MgDbTableBase<TEntity>(IEventPublisher eventPublisher, INopDataProv
|
||||||
}
|
}
|
||||||
#endregion SetTimeStampInfos
|
#endregion SetTimeStampInfos
|
||||||
|
|
||||||
|
//TODO: Transaction-be tenni az event-eket! - J.
|
||||||
#region OnCrudEvents
|
#region OnCrudEvents
|
||||||
private void OnInsert(IList<TEntity> entities)
|
private void OnInsert(IList<TEntity> entities)
|
||||||
{
|
{
|
||||||
|
|
@ -63,7 +64,7 @@ public class MgDbTableBase<TEntity>(IEventPublisher eventPublisher, INopDataProv
|
||||||
{
|
{
|
||||||
SetTimeStampModified(entity);
|
SetTimeStampModified(entity);
|
||||||
|
|
||||||
_staticCacheManager.ClearAsync().GetAwaiter().GetResult();
|
_staticCacheManager.ClearAsync().GetAwaiter().GetResult(); //TODO: EZ MI??? - J.
|
||||||
//_staticCacheManager.RemoveByPrefix(MgDbContextBase.AUCTION_PATTERN_KEY);
|
//_staticCacheManager.RemoveByPrefix(MgDbContextBase.AUCTION_PATTERN_KEY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue