网站首页 网站源码
using AutoMapper; namespace Dpz.Core.Infrastructure.MapperConfig; public interface IHaveCustomMapping { static abstract void CreateMappings(MapperConfigurationExpression cfg); }