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