예제 #1
0
        public ShopId Success_Normal(ShopInfo shopInfo)
        {
            ShopId?shop = MarketBridge.AssureOpenShop(shopInfo);

            Assert.IsNotNull(shop);
            // TODO: check the owner and the founder
            return(shop !.Value);
        }