AutoMapper在.Net Core WebApi中使用

在.Net Core WebApi 里使用AutoMapper

1. 安装AutoMapper管理包  注意:service层中安装 WebApi层也需要安装 因为Webpi层有时候也需要用到Dto

 

2 .startup 在ConfigureServices中 配置AutoMapper

 

 

3.在service层中创建一个类 AutoMapperProfile 这个类需要继承Profile

 

 

 4. 在需要使用的类里面,注入到构造函数当中去

 

 

 实例 :查询角色全部信息时使用AutoMapper

 

posted on 2022-10-26 19:45  输者  阅读(116)  评论(0编辑  收藏  举报