Esempio n. 1
0
 public DepartmentPresenter(IListDepartmentView lstDepartmentView, DepartmentService departmentService)
 {
     this._listDepartmentView = lstDepartmentView;
     this._departmentService = departmentService;
 }
Esempio n. 2
0
 public DepartmentPresenter(IListDepartmentView lstDepartmentView, DepartmentService departmentService)
 {
     this._listDepartmentView = lstDepartmentView;
     this._departmentService  = departmentService;
 }