Rebel.Cms.Web.Mvc.Areas.InstallAreaRegistration.InstallAreaRegistration C# (CSharp) Method

InstallAreaRegistration() public method

public InstallAreaRegistration ( RebelSettings rebelSettings ) : System
rebelSettings RebelSettings
return System
        public InstallAreaRegistration(RebelSettings rebelSettings)
        {
            _rebelSettings = rebelSettings;            
        }