Changeset 1468 for trunk/sources/HeuristicLab.Hive.Server.DataAccess
- Timestamp:
- 03/31/09 01:33:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.DataAccess/IClientAdapter.cs
r1377 r1468 37 37 /// <returns></returns> 38 38 ClientInfo GetByName(string name); 39 40 /// <summary>41 /// Get the client with the specified id42 /// </summary>43 /// <param name="clientId"></param>44 /// <returns></returns>45 ClientInfo GetById(Guid id);46 39 } 47 40 }
Note: See TracChangeset
for help on using the changeset viewer.