Browse Source

fix: 移除通知模块多余的AutoMapperProfile

pull/95/head
王军 3 years ago
parent
commit
9e2f392cbb
  1. 11
      aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationDomainAutoMapperProfile.cs

11
aspnet-core/modules/NotificationManagement/src/Lion.AbpPro.NotificationManagement.Domain/Notifications/NotificationDomainAutoMapperProfile.cs

@ -1,11 +0,0 @@
namespace Lion.AbpPro.NotificationManagement.Notifications
{
public class NotificationDomainAutoMapperProfile:Profile
{
public NotificationDomainAutoMapperProfile()
{
CreateMap<Notification, NotificationEto>();
CreateMap<NotificationSubscription, NotificationSubscriptionEto>();
}
}
}
Loading…
Cancel
Save