public EntireEvaluationController(IUnitOfWork unitOfWork, IEntireEvaluationService entireEvaluationService) { _unitOfWork = unitOfWork; _entireEvaluationService = entireEvaluationService; }
public EntireEvaluationController(IUnitOfWork unitOfWork, IEntireEvaluationService entireEvaluationService,IReferentialTeacherService referentialTeacherService) { _unitOfWork = unitOfWork; _entireEvaluationService = entireEvaluationService; _referentialTeacherService = referentialTeacherService; }