RavenOverflow.Web.Controllers.HomeController.HomeController C# (CSharp) Method

HomeController() public method

public HomeController ( IDocumentSession documentSession, ICustomFormsAuthentication customCustomFormsAuthentication ) : System
documentSession IDocumentSession
customCustomFormsAuthentication ICustomFormsAuthentication
return System
        public HomeController(IDocumentSession documentSession,
                              ICustomFormsAuthentication customCustomFormsAuthentication)
            : base(documentSession)
        {
            Condition.Requires(customCustomFormsAuthentication).IsNotNull();

            _customFormsAuthentication = customCustomFormsAuthentication;
        }