From 9e2f392cbbc93666afa8488dae2929477cdbe4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=86=9B?= <510423039@qq.com> Date: Sat, 20 May 2023 11:02:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=A4=9A=E4=BD=99=E7=9A=84AutoMapperProfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NotificationDomainAutoMapperProfile.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationDomainAutoMapperProfile.cs diff --git a/aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationDomainAutoMapperProfile.cs b/aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationDomainAutoMapperProfile.cs deleted file mode 100644 index 9e7777d2..00000000 --- a/aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationDomainAutoMapperProfile.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Lion.AbpPro.NotificationManagement.Notifications -{ - public class NotificationDomainAutoMapperProfile:Profile - { - public NotificationDomainAutoMapperProfile() - { - CreateMap(); - CreateMap(); - } - } -} \ No newline at end of file