- Timestamp:
- 06/29/10 18:21:22 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Services.Authentication Prototype/Service/Services/Administration/AuthorizationManagementService.cs
r3971 r3976 10 10 public void CreateRole(string roleName, bool isPermission) { 11 11 new Service.Provider.HeuristicLabRoleProvider().CreateRole(roleName, isPermission); 12 13 12 14 } 13 15
Note: See TracChangeset
for help on using the changeset viewer.