摘要: 如上报错是在依赖注入时出错的 上代码 点击查看代码 Assembly asmCore = Assembly.Load("DealerPlatform.Core"); Type resitoryType = asmCore.GetTypes().FirstOrDefault(m => m.Name = 阅读全文
posted @ 2022-01-21 16:38 rookiexwang 阅读(1261) 评论(2) 推荐(0) 编辑