changed all lambda experssion variables to z from various where appropriate
This commit is contained in:
@@ -85,15 +85,7 @@ namespace AyaNova.Util
|
||||
//Erase all the data except for the license, schema and the manager user
|
||||
await DbUtil.EmptyBizDataFromDatabaseForSeedingOrImportingAsync(log);
|
||||
apiServerState.SetOpsOnly("Seeding database with sample data");
|
||||
|
||||
// //Set the default user options of the manager account
|
||||
// using (var cct = ServiceProviderProvider.DBContext)
|
||||
// {
|
||||
// var mgr = await cct.UserOptions.FirstAsync(m => m.Id == 1);
|
||||
// mgr.TimeZoneOffset = timeZoneOffset;
|
||||
// await cct.SaveChangesAsync();
|
||||
// }
|
||||
|
||||
|
||||
|
||||
//WIDGET sample form customization
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user