public VehiclesController(Garage3_0Context context, IMapper mapper)
 {
     db          = context;
     this.mapper = mapper;
     faker       = new Faker("sv");
 }
Пример #2
0
 public TypeSelectService(Garage3_0Context db)
 {
     this.db = db;
 }
 public VehicleTypesController(Garage3_0Context context)
 {
     db = context;
 }
 public MemberSelectService(Garage3_0Context db)
 {
     this.db = db;
 }