CarbonFitness.BusinessLogic.Bootstrapper.Bootstrapper C# (CSharp) Метод

Bootstrapper() публичный Метод

public Bootstrapper ( string nHibernateConfig ) : System.IO
nHibernateConfig string
Результат System.IO
        public Bootstrapper(string nHibernateConfig)
        {
            this.nHibernateConfig = nHibernateConfig;
            bootstrapper = new DataLayer.Bootstrapper();
        }