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;

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