This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user