摘要: 先上测试代码 public class User { public int ID { get; set; } public int BillingAddressID { get; set; } public Address BillingAddress { get; set; } public IList<Shipment> Shipments { get; set; } } public class Address { public int ID { get; set; } pu... 阅读全文
posted @ 2012-03-27 17:42 湛然 阅读(5138) 评论(1) 推荐(0) 编辑