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