Example #1
0
 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;
 }