Changeset 751 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 11/13/08 16:52:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r746 r751 24 24 using System.Linq; 25 25 using System.Text; 26 using HeuristicLab.Hive.Server.BusinessObjects; 26 using System.ServiceModel; 27 using HeuristicLab.Hive.Contracts.BusinessObjects; 27 28 28 29 namespace HeuristicLab.Hive.Server.Interfaces { … … 30 31 /// This is the facade for the client communication 31 32 /// </summary> 33 [ServiceContract] 32 34 public interface IClientCommunicator { 35 [OperationContract] 33 36 Response Login(Client clientInfo); 34 37 }
Note: See TracChangeset
for help on using the changeset viewer.