public DecisionTypeController(IDecisionTypeService service) { this.service = service; }
public DecisionController(IDecisionService service, IEmployeeService employee, IDecisionTypeService decisiontypeService) { this.service = service; this.employee = employee; this._decisiontypeService = decisiontypeService; }