IConfigureServices interface

namespace: Serenity.Plugins   assemblySerenity.Net.Core

Interface for plugins that requires to configure their own services / options

public interface IConfigureServices

Members

name description
ConfigureServices(…) Configures the services / options for the plugin

See Also