コード例 #1
0
 protected Task AuthorizeOrgAccessAsync(string userId, string orgId, Type entityType = null, Actions action = Actions.Any, object data = null)
 {
     return(_security.AuthorizeOrgAccessAsync(userId, orgId, entityType, action));
 }