Changeset 1729 for trunk/sources/HeuristicLab.Security.DataAccess
- Timestamp:
- 04/30/09 16:58:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Security.DataAccess/3.2/IUserAdapter.cs
r1530 r1729 37 37 /// <returns></returns> 38 38 User GetByName(string name); 39 40 /// <summary> 41 /// Get the user with the specified name 42 /// </summary> 43 /// <param name="userId"></param> 44 /// <returns></returns> 45 User GetByLogin(string login); 39 46 } 40 47 }
Note: See TracChangeset
for help on using the changeset viewer.