示例#1
0
 public Auction()
 {
     var db = new dmaa0212a_6Context();
 }
示例#2
0
        public Artwork()
        {
            var db = new dmaa0212a_6Context();

            this.Auctions = new List <Auction>();
        }