public ManagerController(HumanResourcesService humanResourcesService) { this.humanResourcesService = humanResourcesService; }
protected void CreateHumanResourcesService() { hr = new HumanResourcesService(mockEmployeeDa.Object, mockPhoneDa.Object, mockAppReader.Object); }