Data Seeder

At the first launch of the application, we'll seed some demo data for testing. In order to customize it go to NETAdminLTEWeb Project in Visual Studio 2022 Solution explorer and open a file called DataSeeder.cs. This file has all the demo data (Users, Roles, and more) you can edit it as per your requirement.

Last updated