摘要:
还是上一份的代码例子: public class Person { public int ID { get; set; } public string Name { get; set; } public int Age { get; set; } } public class Dog { public int ID { get; set; } public string Name { get; set; } public int PersonID { get; set; ... 阅读全文
posted @ 2013-07-03 18:06
hongdada
阅读(667)
评论(0)
推荐(0)
摘要:
代码: public class Person { public int ID { get; set; } public string Name { get; set; } public int Age { get; set; } } public class Dog { public int ID { get; set; } public string Name { get; set; } public int PersonID { get; set; } }... 阅读全文
posted @ 2013-07-03 14:31
hongdada
阅读(615)
评论(0)
推荐(0)

浙公网安备 33010602011771号