public Base_DepartmentController(IBase_DepartmentBusiness base_DepartmentBus) { _base_DepartmentBus = base_DepartmentBus; }
public Base_DepartmentController(IBase_DepartmentBusiness departmentBus) { _departmentBus = departmentBus; }