Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

IOrderedMapperProfile.cs

namespace Nop.Core.Infrastructure.Mapper;

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