NewAdminUpsert creates a new [AdminUpsert] form with initializer
config created from the provided [CoreApp] and [models.Admin] instances
(for create you could pass a pointer to an empty Admin - &models.Admin{}).
If you want to submit the form as part of a transaction,
you can change the default Dao via [SetDao()].
NewAdminUpsert creates a new [AdminUpsert] form with initializer config created from the provided [CoreApp] and [models.Admin] instances (for create you could pass a pointer to an empty Admin -
&models.Admin{}
).If you want to submit the form as part of a transaction, you can change the default Dao via [SetDao()].