Loading

摘要: 先从下面的一个示例引入我们要介绍的内容。User没有什么特殊,一个普通的领域对象,它提供了一些查询方法。 public class User { public string ID { get; set; } public string FirstName { get; set; } public s 阅读全文
posted @ 2021-01-18 11:48 奔跑石头 阅读(363) 评论(0) 推荐(0)