Esempio n. 1
0
 public void GetShopEmployeeRegionAsync()
 {
     using (var client = new SexAnnualVoteClient())
     {
         var result = client.GetShopEmployeeRegion();
         result.ThrowIfException(true);
         Assert.AreEqual(result.Result.Count > 0, true);
     }
 }