Skip to content

Advanced usage: Skip setting up database assets

Boia Alexandru edited this page Mar 17, 2023 · 1 revision

Simply call IStakhanoviseSetup.DontSetupBuiltInDbAssets() during setup:

await Stakhanovise
	.CreateForTheMotherland()
	.SetupWorkingPeoplesCommittee(setup => 
	{
		setup.DontSetupBuiltInDbAssets();
	})