Example #1
0
 public EmployeeController(AutoMappingExerciseContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
 public DbInitializerService(AutoMappingExerciseContext context)
 {
     this.context = context;
 }