コード例 #1
0
ファイル: LayoutTest.cs プロジェクト: yunusaslanhan/CMS
        public void ListLayoutComponentTest()
        {
            var service = new LayoutService(dbContext);
            var y       = service.GetLayoutComponentList(1);

            Assert.NotNull(y);
        }