public UnitOfWork(SkeletonDbContext context) { this.context = context; }
public VehicleRepository(SkeletonDbContext context) { this.context = context; }