public DepartmentPresenter(IListDepartmentView lstDepartmentView, DepartmentService departmentService)
 {
     this._listDepartmentView = lstDepartmentView;
     this._departmentService = departmentService;
 }
Beispiel #2
0
 public DepartmentPresenter(IListDepartmentView lstDepartmentView, DepartmentService departmentService)
 {
     this._listDepartmentView = lstDepartmentView;
     this._departmentService  = departmentService;
 }