摘要:
publicJsonResult ListCompanyRepresentatives(int id){ var party = _partyRepository.GetCompanyById(id); var names = from n in party.Representatives orderby n.ValidTo, n.RepresentativeParty.DisplayName selectnew { Id = n.Id.ToString(), Name = n.RepresentativeParty.DisplayName, Role = n.Role ?? string.E 阅读全文