Changeset 2020 for trunk/sources/HeuristicLab.Security.Contracts
- Timestamp:
- 06/04/09 23:01:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Security.Contracts/3.2/Interfaces/ISecurityManager.cs
r1738 r2020 41 41 [FaultContractAttribute(typeof(CommunicationException))] 42 42 User GetUserByName(string name); 43 44 [OperationContract] 45 [FaultContractAttribute(typeof(CommunicationException))] 46 User GetUserByLogin(string login); 43 47 44 48 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.