public InjectDifferentConfigurationsAccountController(InjectDifferentConfigurationsAccountContext context)
            {
                Assert.NotNull(context);

                _context = context;
            }
Beispiel #2
0
            public InjectDifferentConfigurationsAccountController(InjectDifferentConfigurationsAccountContext context)
            {
                Assert.NotNull(context);

                _context = context;
            }