This commit is contained in:
2022-08-25 18:21:22 +00:00
parent 3e66926ae1
commit 8fcee1f57b
2 changed files with 16 additions and 12 deletions

View File

@@ -452,7 +452,10 @@ namespace AyaNova.Core
{
Feature = f.Feature,
Count = f.Count
}
},
activeTechUserCount=AyaNova.Biz.UserBiz.ActiveTechUserCountAsync().Result,
activeCustomerContactUserCount=AyaNova.Biz.UserBiz.ActiveCustomerContactUserCountAsync().Result,
activeInternalUserCount=AyaNova.Biz.UserBiz.ActiveInternalUserCountAsync().Result
}
});
return o;