Example #1
0
        protected BaseBiz()
        {
            var infrastructureFactory = new InfrastructureFactory();

            this.currentDataContext = infrastructureFactory.GetDataContext();
        }