Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/09 01:33:37 (16 years ago)
Author:
svonolfe
Message:

Added transaction management (#527)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.DataAccess/IClientAdapter.cs

    r1377 r1468  
    3737    /// <returns></returns>
    3838    ClientInfo GetByName(string name);
    39 
    40     /// <summary>
    41     /// Get the client with the specified id
    42     /// </summary>
    43     /// <param name="clientId"></param>
    44     /// <returns></returns>
    45     ClientInfo GetById(Guid id);
    4639  }
    4740}
Note: See TracChangeset for help on using the changeset viewer.