Exemplo n.º 1
0
 public void FetchBargainProductItemByShareId()
 {
     using (var client = new ShareBargainClient())
     {
         var result = client.FetchBargainProductItemByShareId(new Guid("a6162a09-4302-4aad-b367-770b677d50fd"));
         Assert.IsNull(result.Exception);
     }
 }
Exemplo n.º 2
0
 public void FetchBargainProductItemByShareId()
 {
     using (var client = new ShareBargainClient())
     {
         var result = client.FetchBargainProductItemByShareId(new Guid("587109BC-A8AE-4D49-9461-F3597448C17C"));
         Assert.IsNull(result.Exception);
     }
 }