using AutoMapper; using Complex.Application.Basic; using Complex.Application.Complex; using Complex.Domain.Entities; using Complex.EndPoint.ViewModel; namespace Complex.Mapping; public partial class EndPointMappingProfile : Profile { public EndPointMappingProfile() { //CreateMap().ReverseMap(); //CreateMap().ReverseMap(); //CreateMap().ReverseMap(); CreateMap().ReverseMap(); CreateMap().ReverseMap(); } }