摘要: 1 static void main(string[] args) 2 { 3 using (var db = new TestDbContext()) 4 { 5 Console.WriteLine(db.Users.Where(e => e.Id < 0).Max()); 6 } 7 } 8 9 阅读全文
posted @ 2021-09-12 20:19 阿伟213 阅读(212) 评论(0) 推荐(0)