refactor(all): Удалены из БД таблицы V1

This commit is contained in:
Mikhail Trubnikov
2023-10-18 09:40:13 +10:00
parent d720b70c4c
commit 0c688f7089
52 changed files with 2813 additions and 1980 deletions

View File

@@ -1,5 +1,4 @@
using AutoMapper;
using PARR.DAL.Models.V1;
namespace PARR.API.MappingProfiles
{
@@ -7,7 +6,7 @@ namespace PARR.API.MappingProfiles
{
public DomainToDomainProfile()
{
CreateMap<V1_Job, V1_Job>();
//CreateMap<V1_Job, V1_Job>();
}
}
}