Beispiel #1
0
 public ProductSizePresenter(IProductSizeView view, ProductSizeModel model)
 {
     _view  = view;
     _model = model;
 }
Beispiel #2
0
 public ProductSizePresenter(IProductSizeView view)
     : this(view, new ProductSizeModel())
 {
 }