示例#1
0
 public static Community CreateTestCommunity(this TestCommunity community, ICommunitiesCommand communitiesCommand, IVerticalsCommand verticalsCommand)
 {
     return(communitiesCommand.CreateTestCommunity(verticalsCommand, community.ToString()));
 }
示例#2
0
 public static CommunityTestData GetCommunityTestData(this TestCommunity community)
 {
     return(GetCommunityTestData(community.ToString()));
 }