AIHITService
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using AutoMapper;
|
||||
using PARR.AIHIT.Models;
|
||||
using PARR.DAL.Models;
|
||||
using PARR.DAL.Models.AIHIT;
|
||||
using PARR.DAL.Models.V1;
|
||||
@@ -35,6 +36,10 @@ namespace PARR.AIHIT.MappingProfiles
|
||||
// .ForMember(d => d.OS, o => o.MapFrom(s => s.OS))
|
||||
// .ForMember(d => d.DB, o => o.MapFrom(s => s.DB))
|
||||
// .ForMember(d => d.APP, o => o.MapFrom(s => s.APP));
|
||||
|
||||
CreateMap<EK, RawDataEK>();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user