[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:
Mohammad Javad Ebrahimi
2020-05-16 01:23:33 +04:30
committed by GitHub
parent 57827c64b2
commit b1597c1900
+1 -1
View File
@@ -94,7 +94,7 @@ namespace AspNetCore.Identity.MongoDbCore.Models
{
InitializeFields();
Id = key;
Name = Name;
Name = name;
}
/// <summary>