public LocationService(GoogleClient googleClient, LocationRepo locationRepo, PlaceRepo placeRepo) { _googleClient = googleClient; _locationRepo = locationRepo; _placeRepo = placeRepo; InitHomeLocation(); }
public LocationService(GoogleClient googleClient, LocationRepo locationRepo) { _googleClient = googleClient; _locationRepo = locationRepo; }