feat(templateMatcher): реализован функционал переиспользования неиспользуемых шаблонов, пока без обезличивания имени шаблона.
This commit is contained in:
@@ -46,21 +46,6 @@ namespace PARR.DAL.Services.Implementations
|
||||
.ThenInclude(p => p!.Process)
|
||||
.Include(t => t.Job)
|
||||
.ThenInclude(t => t!.Group);
|
||||
|
||||
|
||||
//return Get()
|
||||
// .Include(h => h.Host)
|
||||
// .ThenInclude(t => t!.ResponseArea)
|
||||
// .Include(h => h.Host)
|
||||
// .ThenInclude(t => t!.WorkGroup)
|
||||
// .ThenInclude(t => t!.ResponseArea)
|
||||
// .Include(h => h.Host)
|
||||
// .ThenInclude(t => t!.EkStatus)
|
||||
// .Include(a => a.ApplicationsInWork)
|
||||
// .ThenInclude(w => w!.Work)
|
||||
// .ThenInclude(t => t!.Tnk)
|
||||
// .ThenInclude(s => s!.Subprocess)
|
||||
// .ThenInclude(p => p!.Process);
|
||||
}
|
||||
|
||||
public override Task<bool> CreateAsync(Template obj)
|
||||
|
||||
Reference in New Issue
Block a user