Пример #1
0
 public ProductsPresenter(IProductsView view, IProductDAO productDAO, IOpenFileWrapper openFileWrapper)
 {
     this.view            = view;
     this.productDao      = productDAO;
     this.openFileWrapper = openFileWrapper;
 }
Пример #2
0
 public ProductsPresenter(IProductsView view, IProductDAO productDAO, IOpenFileWrapper openFileWrapper)
 {
     this.view = view;
     this.productDao = productDAO;
     this.openFileWrapper = openFileWrapper;
 }