Example #1
0
 public string GetCurrentLocation(double latitude, double longitude)
 {
     return(_geoLocation.GetCurrentTown(latitude, longitude));
 }