示例#1
0
 private void CreateCommunity(TestCommunity community)
 {
     CreateCommunity(community.CreateTestCommunity(_communitiesCommand, _verticalsCommand, _contentEngine));
 }
示例#2
0
        private Vertical CreateVertical(TestCommunity testCommunity)
        {
            var community = testCommunity.CreateTestCommunity(_communitiesCommand, _verticalsCommand, _contentEngine);

            return(_verticalsCommand.GetVertical(community));
        }