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.Server.Core/ClientCommunicator.cs

    r741 r751  
    33using System.Linq;
    44using System.Text;
     5using HeuristicLab.Hive.Contracts.BusinessObjects;
    56using HeuristicLab.Hive.Server.Interfaces;
    67
     
    910    #region IClientCommunicator Members
    1011
    11     public Response Login(HeuristicLab.Hive.Server.BusinessObjects.Client clientInfo) {
     12    public Response Login(Client clientInfo) {
    1213      Response response = new Response();
    1314      response.Success = true;
Note: See TracChangeset for help on using the changeset viewer.