Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. IList <P_OtherFee> otherfee =
  2. P_OtherFee.FindByP_ProgramId((int)p_LoanApplication.P_ProgramId);
  3.  
  4. int fee = otherfee.Where(o => o.ShortName == 'PROCESSING FEE').Select(o => o);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement