From 52221307155f7b33dc8cdb9e9cfb70202b21e2c6 Mon Sep 17 00:00:00 2001 From: wangjun Date: Sun, 12 Jun 2022 11:21:10 +0800 Subject: [PATCH] Corrected the obsolete attribute message of EntityDeletingEventData --- .../Volo/Abp/Domain/Entities/Events/EntityDeletingEventData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Events/EntityDeletingEventData.cs b/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Events/EntityDeletingEventData.cs index ffce2ce526..af0d1218f7 100644 --- a/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Events/EntityDeletingEventData.cs +++ b/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Events/EntityDeletingEventData.cs @@ -7,7 +7,7 @@ namespace Volo.Abp.Domain.Entities.Events; /// /// Entity type [Serializable] -[Obsolete("This event is no longer needed and identical to EntityDeleteEventData. Please use EntityDeleteEventData instead.")] +[Obsolete("This event is no longer needed and identical to EntityDeletedEventData. Please use EntityDeletedEventData instead.")] public class EntityDeletingEventData : EntityChangingEventData { ///