namespace Nop.Core.Infrastructure.Mapper; /// /// Mapper profile registrar interface /// public partial interface IOrderedMapperProfile { /// /// Gets order of this configuration implementation /// int Order { get; } }