Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/13/08 16:52:52 (16 years ago)
Author:
msteinbi
Message:

Creation of BusinessObjects (#357)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs

    r746 r751  
    2424using System.Linq;
    2525using System.Text;
    26 using HeuristicLab.Hive.Server.BusinessObjects;
     26using System.ServiceModel;
     27using HeuristicLab.Hive.Contracts.BusinessObjects;
    2728
    2829namespace HeuristicLab.Hive.Server.Interfaces {
     
    3031  /// This is the facade for the client communication
    3132  /// </summary>
     33  [ServiceContract]
    3234  public interface IClientCommunicator {
     35    [OperationContract]
    3336    Response Login(Client clientInfo);
    3437  }
Note: See TracChangeset for help on using the changeset viewer.