摘要: using System; using System.Collections.Generic; using System.Linq; using System.Reflection; // 服务生命周期 public enum ServiceLifetime { Transient, // 每次请求 阅读全文
posted @ 2025-11-21 09:46 talentzemin 阅读(4) 评论(0) 推荐(0)