public DbVehicleService(VehiclesContext context, ILogger <DbVehicleService> logger) { this.context = context; this.logger = logger; }
public DbSoldiersService(VehiclesContext context) { this.context = context; }