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