ABsoluteMaybe.SampleWebsite.MVC2.Areas.ABsoluteMaybeDashboard.Controllers.DashboardController.DashboardController C# (CSharp) Method

DashboardController() public method

public DashboardController ( ) : System.Linq
return System.Linq
        public DashboardController()
        {
            var storagePath = System.Web.HttpContext.Current.Server.MapPath(ABsoluteMaybeConfiguration.StoragePath);
            _experimentCommands = new XmlExperimentCommands(storagePath);
            _experimentQueries = new XmlExperimentQueries(storagePath);
        }

Same methods

DashboardController::DashboardController ( IExperimentCommands experimentCommands, IExperimentQueries experimentQueries ) : System.Linq