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