[BugFix]: Set name parameter to the Name property
[BugFix]: Set name parameter to the Name property. related to #29 issue
This commit is contained in:
committed by
GitHub
parent
57827c64b2
commit
b1597c1900
@@ -94,7 +94,7 @@ namespace AspNetCore.Identity.MongoDbCore.Models
|
|||||||
{
|
{
|
||||||
InitializeFields();
|
InitializeFields();
|
||||||
Id = key;
|
Id = key;
|
||||||
Name = Name;
|
Name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user