コード例 #1
0
        public List <Auction> GetAuctionsByDesc(string auctionDesc)
        {
            AuctionService aS = new AuctionService();

            return(aS.GetAuctionsByDesc(auctionDesc));
        }