public void Delete(string ShopId, string accessToken) { //所有者のIDを取得 string id = LoginHandler.GetIdFromToken(accessToken); ShopHandler s = new ShopHandler(); s.DeleteShop(ShopId, id); }