Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/09 16:58:54 (15 years ago)
Author:
svonolfe
Message:

Fixed some bugs in the Security DAL (#597)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.Contracts/3.2/Interfaces/ISecurityManager.cs

    r1624 r1729  
    99  [ServiceContract]
    1010  public interface ISecurityManager {
     11
     12    [OperationContract]
     13    Permission AddPermission(Permission permission);
     14
     15    [OperationContract]
     16    bool RemovePermission(Guid permissionId);
     17
     18    [OperationContract]
     19    Permission UpdatePermission(Permission permission);
    1120
    1221    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.