Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 14:04:47 (15 years ago)
Author:
svonolfe
Message:

Refactored DAL (now using GUIDs as IDs instead of longs) (#527)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientManager.cs

    r1121 r1449  
    4343    Response AddClientGroup(ClientGroup clientGroup);
    4444    [OperationContract]
    45     Response AddResourceToGroup(long clientGroupId, Resource resource);
     45    Response AddResourceToGroup(Guid clientGroupId, Resource resource);
    4646    [OperationContract]
    47     Response DeleteResourceFromGroup(long clientGroupId, long resourceId);
     47    Response DeleteResourceFromGroup(Guid clientGroupId, Guid resourceId);
    4848    [OperationContract]
    4949    ResponseList<UpTimeStatistics> GetAllUpTimeStatistics();
Note: See TracChangeset for help on using the changeset viewer.