mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 18:14:20 +01:00
9 lines
224 B
C#
9 lines
224 B
C#
namespace TestWebApi;
|
|
|
|
public class SeedAuthorityData
|
|
{
|
|
public static async Task InitializeData(IServiceProvider serviceProvider)
|
|
{
|
|
// Get the needed services and create users, roles, attributes. etc.
|
|
}
|
|
} |