public VehiclesController(Garage3_0Context context, IMapper mapper) { db = context; this.mapper = mapper; faker = new Faker("sv"); }
public TypeSelectService(Garage3_0Context db) { this.db = db; }
public VehicleTypesController(Garage3_0Context context) { db = context; }
public MemberSelectService(Garage3_0Context db) { this.db = db; }