Skip to content

Instantly share code, notes, and snippets.

@ahmetkucukoglu
Last active February 12, 2020 20:43
Show Gist options
  • Select an option

  • Save ahmetkucukoglu/eed5d422bd4cbad843ab1a8c0e28da18 to your computer and use it in GitHub Desktop.

Select an option

Save ahmetkucukoglu/eed5d422bd4cbad843ab1a8c0e28da18 to your computer and use it in GitHub Desktop.
ASP.NET Core ile Couchbase GeoSearch - GetUpcomingEventsRequest.cs
namespace Couchbase.GeoSearchApp
{
public class GetUpcomingEventsRequest
{
public double Latitude { get; set; }
public double Longitude { get; set; }
public string Radius { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment