using AutoMapper; using Win_in.Sfs.Wms.DataExchange.Domain; namespace Win_in.Sfs.Wms.DataExchange.Iac.QadAgent; public class DataExchangeAutoMapperProfile : Profile { public DataExchangeAutoMapperProfile() { CreateMap(); } }