コード例 #1
0
 public void AddShopVote()
 {
     using (var client = new SexAnnualVoteClient())
     {
         var result = client.AddShopVote(Guid.Parse("{607084d4-36fc-4f37-94b7-b68c77921f60}"), 1);
         result.ThrowIfException(true);
         Assert.AreEqual(result.Result, true);
     }
 }