Exemplo n.º 1
0
 public AuctionPagePresenter(IAuctionPageView view, string currencyCode)
 {
     this.view         = view;
     this.currencyCode = currencyCode;
 }
Exemplo n.º 2
0
 public OfferControlPresenter(IAuctionPageView view, IOfferControlView controlView)
 {
     this.view        = view;
     this.controlView = controlView;
 }