diff --git a/src/ReC.Application/Common/Dto/DtoMappingProfile.cs b/src/ReC.Application/Common/Dto/DtoMappingProfile.cs index 26ba829..d9111c6 100644 --- a/src/ReC.Application/Common/Dto/DtoMappingProfile.cs +++ b/src/ReC.Application/Common/Dto/DtoMappingProfile.cs @@ -1,5 +1,4 @@ -using ReC.Domain.Entities; -using ReC.Domain.Views; +using ReC.Domain.Views; namespace ReC.Application.Common.Dto; @@ -8,16 +7,6 @@ public class DtoMappingProfile : AutoMapper.Profile public DtoMappingProfile() { CreateMap(); - CreateMap(); - - - CreateMap(); - CreateMap(); - CreateMap(); - CreateMap(); - CreateMap(); - CreateMap(); - CreateMap(); CreateMap(); }