Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/09 20:27:15 (16 years ago)
Author:
svonolfe
Message:

Updated interfaces (#532)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.DataAccess/IPermissionOwnerAdapter.cs

    r1378 r1384  
    2323using System.Collections.Generic;
    2424using System.Text;
    25 using HeuristicLab.DataAccess;
    2625using HeuristicLab.Security.Contracts.BusinessObjects;
    27 using HeuristicLab.DataAccess.Interfaces;
    2826
    2927namespace HeuristicLab.Security.DataAccess {
     
    3230  /// </summary>
    3331  public interface IPermissionOwnerAdapter: IDataAdapter<PermissionOwner> {
    34     /// <summary>
    35     /// Gets the permission owner and updates the values of the object
    36     /// </summary>
    37     /// <param name="resource"></param>
    38     /// <returns></returns>
    39     bool GetById(PermissionOwner permOwner);
    40 
    4132    /// <summary>
    4233    /// Get the permission owner with the specified name
Note: See TracChangeset for help on using the changeset viewer.