Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var founders = entity.Applicant.PhysPersonsOwnersBeneficiaries.Select(c => new
- {
- Individual = c,
- Number = c.Series + c.Number
- }).Where(c=>!string.IsNullOrWhiteSpace(c.Number));
Advertisement
Add Comment
Please, Sign In to add comment