2012年11月8日
摘要: using (IServiceProxy<IPackageService> c = ServiceFactory.GetProxy<IPackageService>()) { IList<EcSaleItem> ec = null; var dto = c.Proxy.GetPackage(); if (dto != null && dto.Count > 0) { foreach (var item in dto) { drpServiceType.Items.Add(new ListItem(item.Description, it 阅读全文
posted @ 2012-11-08 20:00 Yang_zi 阅读(152) 评论(0) 推荐(0) 编辑