public InjectDifferentConfigurationsBlogController(InjectDifferentConfigurationsBlogContext context)
            {
                Assert.NotNull(context);

                _context = context;
            }
Esempio n. 2
0
            public InjectDifferentConfigurationsBlogController(InjectDifferentConfigurationsBlogContext context)
            {
                Assert.NotNull(context);

                _context = context;
            }