Fix incorrect comment information in EFCoreWorkflowInboxMessageStore (#4979)

This commit is contained in:
faith 2024-03-01 03:25:03 +08:00 committed by GitHub
parent 5aa1ce85e6
commit 87428bcafe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ using Elsa.Workflows.Runtime.Filters;
namespace Elsa.EntityFrameworkCore.Modules.Runtime;
/// <summary>
/// An EF Core implementation of <see cref="IBookmarkStore"/>.
/// An EF Core implementation of <see cref="IWorkflowInboxMessageStore"/>.
/// </summary>
public class EFCoreWorkflowInboxMessageStore : IWorkflowInboxMessageStore
{