- Timestamp:
- 12/04/08 15:53:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IUserAdapter.cs ΒΆ
r845 r899 42 42 /// <param name="userId"></param> 43 43 /// <returns></returns> 44 ClientInfo GetUserById(long userId); 44 User GetUserById(long userId); 45 46 /// <summary> 47 /// Get the user with the specified name 48 /// </summary> 49 /// <param name="userId"></param> 50 /// <returns></returns> 51 User GetUserByName(string name); 45 52 46 53 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.