Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/09 13:37:39 (15 years ago)
Author:
svonolfe
Message:

Created Heuristiclab DB Core (refactoring) #527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/ResourceAdapter.cs

    r1175 r1377  
    2424using System.Linq;
    2525using System.Text;
    26 using HeuristicLab.Hive.Server.Core.InternalInterfaces.DataAccess;
     26using HeuristicLab.Hive.Server.DataAccess;
    2727using HeuristicLab.Hive.Contracts.BusinessObjects;
     28using HeuristicLab.DataAccess.ADOHelper;
    2829
    2930namespace HeuristicLab.Hive.Server.ADODataAccess {
     
    3536      dsHiveServer.ResourceDataTable>, 
    3637    IResourceAdapter {
     38    public ResourceAdapter():
     39      base(ServiceLocator.GetDBSynchronizer()) {
     40    }
     41
    3742    #region Fields
    3843    private IClientAdapter clientAdapter = null;
Note: See TracChangeset for help on using the changeset viewer.