Changeset 1086 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 01/07/09 16:42:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IServerConsoleFacade.cs
r1084 r1086 36 36 IUserRoleManager { 37 37 [OperationContract] 38 boolLogin(String username, String password);38 Response Login(String username, String password); 39 39 } 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.