Skip to content

Instantly share code, notes, and snippets.

@aconfee
Created September 5, 2017 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aconfee/52907c5d075c5eb38c43a7d30874bddb to your computer and use it in GitHub Desktop.
Save aconfee/52907c5d075c5eb38c43a7d30874bddb to your computer and use it in GitHub Desktop.
if (profile.RetailPriceEstimate.UseProvisionSetting.HasValue &&
profile.RetailPriceEstimate.UseProvisionSetting.Value)
{
profile.RetailPriceEstimate.SelectedBook = PriceGuideId.RADAR;
}
if (profile.WholesalePriceEstimate.UseProvisionSetting.HasValue &&
profile.WholesalePriceEstimate.UseProvisionSetting.Value)
{
profile.WholesalePriceEstimate.SelectedBook = PriceGuideId.RADAR;
}
var financials = GetData(await _getFinancialsCommandHandler...........
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment