Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:rest-service-as-controller' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored and Beta Bot committed Jan 9, 2025
1 parent 86f028a commit 36d44e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ string dateTimeToHTMLDate(DateTime dt)
protected virtual bool IsSynchronizer { get { return false; } }
protected virtual bool IntegratedSecurityEnabled { get { return false; } }
protected virtual GAMSecurityLevel IntegratedSecurityLevel { get { return 0; } }
protected virtual GAMSecurityLevel ApiIntegratedSecurityLevel(string gxMethod) { return IntegratedSecurityLevel; }
protected virtual string ExecutePermissionPrefix { get { return string.Empty; } }
}
}

0 comments on commit 36d44e0

Please sign in to comment.