using AutoMapper; namespace Win_in.Sfs.Wms.DataExchange.MesAgent; public class DataExchangeAutoMapperProfile : Profile { public DataExchangeAutoMapperProfile() { //CreateMap(); } }