[ADD] Base Authority initial commit
This commit is contained in:
9
TestWebApi/SeedAuthorityData.cs
Normal file
9
TestWebApi/SeedAuthorityData.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace TestWebApi;
|
||||
|
||||
public class SeedAuthorityData
|
||||
{
|
||||
public static async Task InitializeData(IServiceProvider serviceProvider)
|
||||
{
|
||||
// Get the needed services and create users, roles, attributes. etc.
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user