Esempio n. 1
0
 public CalcController(ICommonView commonView, List <IComputation> computations)
 {
     _commonView   = commonView;
     _computations = computations;
 }
Esempio n. 2
0
 protected internal BaseCommonViewAccess()
 {
     repository = FacadeFactory.GetCommonView();
 }
Esempio n. 3
0
 public CommonPresenter(ICommonView view)
 {
     _view = view;
     GetViewInfo();
 }