摘要:
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 阅读全文
posted @ 2011-03-10 13:12
J-Pei
阅读(297)
评论(0)
推荐(0)

浙公网安备 33010602011771号