This commit is contained in:
2020-06-05 19:43:01 +00:00
parent 4e73531145
commit 7e43d4a3e3
4 changed files with 131 additions and 160 deletions

View File

@@ -69,7 +69,7 @@ namespace AyaNova.Api.Controllers
// //test allocation and cleanup
// for (int x = 0; x < 100000; x++)
// {
// AyContext ct = AyaNova.Util.ServiceProviderProvider.DBContext;
// using (AyContext ct = ServiceProviderProvider.DBContext)
// var v=await ct.Widget.Where(z=>z.Serial<100).ToListAsync();
// // int i = await ct.Database.ExecuteSqlRawAsync($"select * from aglobalbizsettings");
// }