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();
        }