Created
September 5, 2017 15:36
-
-
Save aconfee/52907c5d075c5eb38c43a7d30874bddb to your computer and use it in GitHub Desktop.
Revisions
-
aconfee created this gist
Sep 5, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ 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........... .....