示例#1
0
 public Offer(OfferId offerid, OfferKind kind, uint typeid, uint amount, uint pieceprice, string character, TerminationType terminationtype)
 {
     this.OfferId         = offerid;
     this.Kind            = kind;
     this.TypeId          = typeid;
     this.Amount          = amount;
     this.PiecePrice      = pieceprice;
     this.Character       = character;
     this.TerminationType = terminationtype;
 }
示例#2
0
 public Offer(OfferId offerid, OfferKind kind, uint typeid, uint amount, uint pieceprice, string character, TerminationType terminationtype)
 {
     this.OfferId = offerid;
     this.Kind = kind;
     this.TypeId = typeid;
     this.Amount = amount;
     this.PiecePrice = pieceprice;
     this.Character = character;
     this.TerminationType = terminationtype;
 }