Fix doc comment
This commit is contained in:
parent
526d9f0076
commit
c1b8f3abf3
|
|
@ -6,7 +6,7 @@ using System.Linq;
|
||||||
namespace Microsoft.AspNetCore.Identity
|
namespace Microsoft.AspNetCore.Identity
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides an abstraction for querying roles in a User store.
|
/// Provides an abstraction for querying users in a User store.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="TUser">The type encapsulating a user.</typeparam>
|
/// <typeparam name="TUser">The type encapsulating a user.</typeparam>
|
||||||
public interface IQueryableUserStore<TUser> : IUserStore<TUser> where TUser : class
|
public interface IQueryableUserStore<TUser> : IUserStore<TUser> where TUser : class
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue