using AutoMapper; using Win_in.Sfs.Store.Application.Contracts; using Win_in.Sfs.Wms.DataExchange.Domain; namespace Win_in.Sfs.Wms.DataExchange.Agent; public class DataExchangeAutoMapperProfile : Profile { public DataExchangeAutoMapperProfile() { CreateMap(); CreateMap(); CreateMap(); } }