refactor(all): Удалены из БД таблицы V1
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user