CarbonFitness.BusinessLogic.Bootstrapper.Bootstrapper C# (CSharp) Method

Bootstrapper() public method

public Bootstrapper ( string nHibernateConfig ) : System.IO
nHibernateConfig string
return System.IO
        public Bootstrapper(string nHibernateConfig)
        {
            this.nHibernateConfig = nHibernateConfig;
            bootstrapper = new DataLayer.Bootstrapper();
        }