Created
March 11, 2018 22:24
-
-
Save obegendi/7e1489acefdc7b997a7af3c634d629dd to your computer and use it in GitHub Desktop.
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 characters
| var hplSelection = db.Selection.GetById(parameters.SelectionId); | |
| var visit = db.Visit.GetById(parameters.VisitId); | |
| var bank = db.Banks.GetById(hplSelection.BankID); | |
| var inquiry = db.Inquiry.Get(x => x.InquiryID == hplSelection.InquiryID); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment