Example #1
0
        public void ListAuctionTwiceWithTransactionTest()
        {
            AuctionTestService svc = new AuctionTestService();

            AuctionInfo ai = svc.ListAuctionTwiceWithTransaction("3");

            Assert.IsNotNull(ai);

            PrintAuction(ai);
        }
        public void ListAuctionTwiceWithTransactionTest()
        {
            AuctionTestService svc = new AuctionTestService() ;

            AuctionInfo ai = svc.ListAuctionTwiceWithTransaction("3");

            Assert.IsNotNull(ai);

            PrintAuction(ai);
        }