示例#1
0
        public void BeforeEach()
        {
            var container = new Container();

            _command = new DescendantCommand()
            {
                ViewEngines = new ViewEngineCollection(container)
            };
        }