Advertisement
yambroskin

Untitled

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