Fix incorrect comment information in EFCoreWorkflowInboxMessageStore (#4979)
This commit is contained in:
parent
5aa1ce85e6
commit
87428bcafe
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue