public void Create_attribute()
        {
            var attribute = new DbContextAttribute(typeof(MyContext));

            Assert.Same(typeof(MyContext), attribute.ContextType);
        }
        public void Create_attribute()
        {
            var attribute = new DbContextAttribute(typeof(MyContext));

            Assert.Same(typeof(MyContext), attribute.ContextType);
        }