Пример #1
0
        public LanguageController()
        {
            // create instance of an object
            dbContext = new dbHeritagerEntities();

            //dbContext.Configuration.ProxyCreationEnabled = false;
        }