Webiant Logo Webiant Logo
  1. No results found.

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

IMiscPlugin.cs

using Nop.Services.Plugins;

namespace Nop.Services.Common;

/// 
/// Misc plugin interface. 
/// It's used by the plugins that have a configuration page but don't fit any other category (such as payment or tax plugins)
/// 
public partial interface IMiscPlugin : IPlugin
{
}