This commit is contained in:
2020-12-07 18:40:38 +00:00
parent 68ee6f411a
commit 74fa5d2700
3 changed files with 50 additions and 12 deletions

View File

@@ -61,8 +61,6 @@ namespace AyaNova.Api.Controllers
//Instantiate the business object handler
UserBiz biz = UserBiz.GetBiz(ct, HttpContext);
//Also used for Contacts (customer type user or ho type user)
//by users with no User right so further biz rule required depending on usertype
//this is just phase 1