feat(api, bll, dal, generatorTemplates, templateActivator): запись истории изменения шаблонов
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using PARR.DAL.DomainModels;
|
||||
using PARR.Common.Domain;
|
||||
using PARR.DAL.DomainModels;
|
||||
using PARR.DAL.Models.Base;
|
||||
using PARR.DAL.Models.Base.History.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces.Base
|
||||
{
|
||||
@@ -17,6 +17,6 @@ namespace PARR.DAL.Services.Interfaces.Base
|
||||
bool Delete(T obj);
|
||||
|
||||
//Task<bool> CommitAsync();
|
||||
Task<bool> CommitAsync(HistoryInitiator? initiator = null);
|
||||
Task<bool> CommitAsync(IHistoryInitiator? initiator = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user