public CourseService(ETMSContext dbContext) { _dbContext = dbContext; }
public EmployeeService(ETMSContext dbContext, IEmployeeCourseService employeeCourseService) { _dbContext = dbContext; }