摘要:
///id要找的父类的id///把找到的子类的id存放到idList中 private void GetAllSonPlateId(Guid id, ref List<Guid> idList) { try { List<Guid> gets = _videoR.GetSonId(id); if (gets.Count > 0) { foreach (Guid item in gets) ... 阅读全文
posted @ 2012-10-15 11:17
南潇湘
阅读(370)
评论(0)
推荐(0)

浙公网安备 33010602011771号