This commit is contained in:
2018-09-26 00:18:54 +00:00
parent eb0af26c6e
commit ad6b2fc208

View File

@@ -33,6 +33,14 @@ namespace AyaNova.Biz
V7ValidationImportMode = false;//default
}
todo: reorging this to be a simple static fetcher for the biz object, pass it the httpcontext and it will figure the rest
//then move all indexing and eventlog and associated record handling into here so that routes can just call into it simply and it handles all
//here at the biz level
//Then after that go into seeder and re-org to use the biz object to create the users (it will be slower but WTF other way is this going to work properly to generate data??)
//then after that go into widget and anywhere else that there is this associated type code being called for event and search and implement everywhere,
//then update seeder code to use it and get back on to the main critical path again in the todo
internal static UserBiz GetBiz(AyContext ct, HttpContextExtensions , AuthorizationRoles UserRoles)
{