Skip to content

Instantly share code, notes, and snippets.

View rdalfonso's full-sized avatar

RIchard A DAlfonso rdalfonso

  • Austin, TX
View GitHub Profile
@rdalfonso
rdalfonso / gist:7a7ca06a8be1b5766b6a
Created November 12, 2015 16:42
Code to geocode market
[DoNotValidate]
public virtual SalesProfile PrimarySalesProfile { get; set; }
public virtual SalesProfile GetPrimarySalesProfile(IGeoApiUrlBuilder geoApiUrlBuilder, IHttpClientService httpClientService)
{
GeolocateMarket(geoApiUrlBuilder, httpClientService);
if (PrimarySalesProfile.IsNotNull())
{
return PrimarySalesProfile;
}