摘要: using System; using System.Collections.Generic; using System.Data; using System.Reflection; using Microsoft.EntityFrameworkCore; using Microsoft.Entit 阅读全文
posted @ 2022-05-02 16:27 changsen- 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1、nuget AutoMapper for .net core 2、依赖注入 1 // 环境注入 2 // 参数类型是Assembly类型的数组 表示AutoMapper将在这些程序集数组里面遍历寻找所有继承了Profile类的配置文件 3 // 在当前作用域的所有程序集里面扫描AutoMappe 阅读全文
posted @ 2022-05-02 10:58 changsen- 阅读(180) 评论(0) 推荐(0) 编辑