Ejemplo n.º 1
0
 public void BindVipCardAsync()
 {
     using (var client = new ActivityClient())
     {
         var result = client.BindVipCard(778899);
         Assert.IsNotNull(result.Result);
     }
 }