示例#1
0
 public void CanBeInitializedWithMarketId()
 {
     _marketFilter.WithMarketId("1");
     Assert.Contains("1", _marketFilter.MarketIds);
 }