Exemple #1
0
 public VariationTypePresenter(IVariationTypeView view, ApplicationController appController, IVariationTypeRepository repository)
 {
     this.view          = view;
     this.appController = appController;
     this.repository    = repository;
 }
Exemple #2
0
 public ProductEntryPresenter(IProductEntryView view, ApplicationController appController, IProductEntryRepository repository)
 {
     this.view          = view;
     this.appController = appController;
     this.repository    = repository;
 }
Exemple #3
0
 public SupplierPresenter(ISupplierView view, ApplicationController appController, ISupplierRepository repository)
 {
     this.view          = view;
     this.appController = appController;
     this.repository    = repository;
 }