Esempio n. 1
0
 public CourseService(ETMSContext dbContext)
 {
     _dbContext = dbContext;
 }
Esempio n. 2
0
 public EmployeeService(ETMSContext dbContext, IEmployeeCourseService employeeCourseService)
 {
     _dbContext = dbContext;
 }