|
@@ -56,9 +56,6 @@ public class SnapshotMapperConfigs : IRegister
|
|
|
config.ForType<Hotline.File.File, IndustryFileDto>()
|
|
|
.Map(m => m.AdditionId, n => n.Additions);
|
|
|
|
|
|
- config.ForType<IndustryFileDto, Hotline.File.File>()
|
|
|
- .Map(m => m.Additions, n => n.AdditionId);
|
|
|
-
|
|
|
config.ForType<SnapshotFileInDto, File.File>()
|
|
|
.Map(m => m.Additions, n => n.AdditionId);
|
|
|
|