コード例 #1
0
 public AuctionPagePresenter(IAuctionPageView view, string currencyCode)
 {
     this.view         = view;
     this.currencyCode = currencyCode;
 }
コード例 #2
0
 public OfferControlPresenter(IAuctionPageView view, IOfferControlView controlView)
 {
     this.view        = view;
     this.controlView = controlView;
 }