Skip to content

Instantly share code, notes, and snippets.

@obegendi
Created March 11, 2018 22:24
Show Gist options
  • Save obegendi/7e1489acefdc7b997a7af3c634d629dd to your computer and use it in GitHub Desktop.
Save obegendi/7e1489acefdc7b997a7af3c634d629dd to your computer and use it in GitHub Desktop.
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