Commit 44999f2b authored by yangxiaodong's avatar yangxiaodong

--no commit message

--no commit message
parent cc0c5363
...@@ -16,7 +16,7 @@ namespace Cap.Consistency.EntityFrameworkCore ...@@ -16,7 +16,7 @@ namespace Cap.Consistency.EntityFrameworkCore
public static class ConsistencyEntityFrameworkBuilderExtensions public static class ConsistencyEntityFrameworkBuilderExtensions
{ {
/// <summary> /// <summary>
/// Adds an Entity Framework implementation of identity information stores. /// Adds an Entity Framework implementation of message stores.
/// </summary> /// </summary>
/// <typeparam name="TContext">The Entity Framework database context to use.</typeparam> /// <typeparam name="TContext">The Entity Framework database context to use.</typeparam>
/// <param name="builder">The <see cref="ConsistencyBuilder"/> instance this method extends.</param> /// <param name="builder">The <see cref="ConsistencyBuilder"/> instance this method extends.</param>
...@@ -28,7 +28,7 @@ namespace Cap.Consistency.EntityFrameworkCore ...@@ -28,7 +28,7 @@ namespace Cap.Consistency.EntityFrameworkCore
} }
/// <summary> /// <summary>
/// Adds an Entity Framework implementation of identity information stores. /// Adds an Entity Framework implementation of message stores.
/// </summary> /// </summary>
/// <typeparam name="TContext">The Entity Framework database context to use.</typeparam> /// <typeparam name="TContext">The Entity Framework database context to use.</typeparam>
/// <typeparam name="TKey">The type of the primary key used for the users and roles.</typeparam> /// <typeparam name="TKey">The type of the primary key used for the users and roles.</typeparam>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment