first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace AspNetCore.Identity.MongoDbCore
|
||||
{
|
||||
public static class GlobalVariables
|
||||
{
|
||||
public static Random Random = new Random();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user