Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/12 21:27:49 (12 years ago)
Author:
ascheibe
Message:

#1648 worked on user and group selection views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Services.Access/3.3/IAccessService.cs

    r7367 r7426  
    112112
    113113    [OperationContract]
     114    IEnumerable<LightweightUser> GetLightweightUsers(IEnumerable<Guid> ids);
     115
     116    [OperationContract]
    114117    IEnumerable<User> GetAllUsers();
    115118
     
    165168    [OperationContract]
    166169    IEnumerable<UserGroupBase> GetUsersAndGroups();
     170
     171    [OperationContract]
     172    IEnumerable<UserGroupBase> GetAllLeightweightUsersAndGroups();
     173
     174    [OperationContract]
     175    IEnumerable<UserGroupBase> GetLeightweightUsersAndGroups(IEnumerable<Guid> ids);
    167176    #endregion
    168177
Note: See TracChangeset for help on using the changeset viewer.