1 changed files with 0 additions and 11 deletions
@ -1,11 +0,0 @@ |
|||
namespace Lion.AbpPro.NotificationManagement.Notifications |
|||
{ |
|||
public class NotificationDomainAutoMapperProfile:Profile |
|||
{ |
|||
public NotificationDomainAutoMapperProfile() |
|||
{ |
|||
CreateMap<Notification, NotificationEto>(); |
|||
CreateMap<NotificationSubscription, NotificationSubscriptionEto>(); |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue