コード例 #1
0
        public static List <ShopBranch> GetShopBranchByShopId(long shopId)
        {
            var shopBranch = _shopBranchService.GetShopBranchByShopId(shopId).ToList();

            return(shopBranch.Map <List <ShopBranch> >());
        }