feat(api,dal): удалена старая таблица Works. Переделаны запросы в API из в Works в Jobs

This commit is contained in:
Mikhail Trubnikov
2025-12-09 16:00:38 +10:00
parent 362da02233
commit b033f95116
22 changed files with 4035 additions and 473 deletions

View File

@@ -78,10 +78,10 @@ namespace PARR.API.MappingProfiles
CreateMap<Tnk, TnkWithSubprocessResponse>();
CreateMap<Work, WorkResponse>()
.Include<Work, WorkWithTnkResponse>();
//CreateMap<Work, WorkResponse>()
// .Include<Work, WorkWithTnkResponse>();
CreateMap<Work, WorkWithTnkResponse>();
//CreateMap<Work, WorkWithTnkResponse>();
#endregion