using QYMessageCenter.Model.DB; using QYMessageCenter.Model.DTO; namespace QYMessageCenter.Model { public class MappingProfiles : AutoMapper.Profile { // private IDictionary storeDictionary; public MappingProfiles() { CreateMap(); } } }