Beispiel #1
0
 public MakesController(ProjektPSDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Beispiel #2
0
 public VehiclesController(IMapper mapper, ProjektPSDbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }