This commit is contained in:
@@ -132,7 +132,7 @@ namespace AyaNova.Util
|
||||
//Create and save to db
|
||||
using (var cct = ServiceProviderProvider.DBContext)
|
||||
{
|
||||
await FormCustomBiz.GetBizInternal(cct).CreateAsync(fc);
|
||||
await FormCustomBiz.GetBiz(cct).CreateAsync(fc);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -516,7 +516,7 @@ namespace AyaNova.Util
|
||||
|
||||
using (var ct = ServiceProviderProvider.DBContext)
|
||||
{
|
||||
UserBiz Biz = UserBiz.GetBizInternal(ct);
|
||||
UserBiz Biz = UserBiz.GetBiz(ct);
|
||||
|
||||
//allow creation of not entirely ready users (missing client id or subcontractor vendor id etc)
|
||||
Biz.SeedOrImportRelaxedRulesMode = true;
|
||||
|
||||
Reference in New Issue
Block a user