feat: создана структура проекта, core, domain, infrastructure. Перенесены enum и task согласно архитектуры
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
|
||||
namespace PARR.TemplateMatcher.Services.Interfaces
|
||||
{
|
||||
@@ -8,4 +8,4 @@ namespace PARR.TemplateMatcher.Services.Interfaces
|
||||
Task SyncTemplatesForJobGroupAsync(Guid jobGroupId, HistoryInitiator initiator);
|
||||
Task UpdateTemplatesForJobAsync(Guid jobId, HistoryInitiator initiator);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user