public RestaurantUserService(IDbUserRepository <RestaurantUser> restaurants, IDbRepository <Category> categories, IGeoLocatorService geoLocator) { this.restaurants = restaurants; this.categories = categories; this.geoLocator = geoLocator; }
public DeviceLocationService(IGeoLocatorService geolocatorService) { _geoLocatorService = geolocatorService; }