using System; using System.Collections.Generic; using System.Text; using HeuristicLab.Hive.Contracts.BusinessObjects; using HeuristicLab.DataAccess.Interfaces; namespace HeuristicLab.Hive.Server.DataAccess { public interface IProjectAdapter : IDataAdapter { } }