Cedar.Core.Configuration.ServiceLocatableSettings.Configure C# (CSharp) Method

Configure() public method

Configures the specified service locator.
public Configure ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
return void
        public virtual void Configure(IServiceLocator serviceLocator)
        {
        }
ServiceLocatableSettings