first commit

This commit is contained in:
alexandre-spieser
2017-10-22 00:24:46 +00:00
commit 0dc4240d2c
69 changed files with 17455 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
using System;
namespace AspNetCore.Identity.MongoDbCore
{
public static class GlobalVariables
{
public static Random Random = new Random();
}
}