public DriverAssignmentService(LocationService location) { this.locationService = location; }
public RouteCreationService(LocationService googleMapsUtil, ApplicationDbContext context) { this.LocationService = googleMapsUtil; this.context = context; }