yambroskin

Untitled

Aug 3rd, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var founders = entity.Applicant.PhysPersonsOwnersBeneficiaries.Select(c => new
  2. {
  3. Individual = c,
  4. Number = c.Series + c.Number
  5. }).Where(c=>!string.IsNullOrWhiteSpace(c.Number));
Advertisement
Add Comment
Please, Sign In to add comment