Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IProjectAdapter.cs @ 2391

Last change on this file since 2391 was 1945, checked in by svonolfe, 15 years ago

Added Project Adapter (#372)

File size: 289 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using HeuristicLab.Hive.Contracts.BusinessObjects;
5using HeuristicLab.DataAccess.Interfaces;
6
7namespace HeuristicLab.Hive.Server.DataAccess {
8  public interface IProjectAdapter : IDataAdapter<Project> {
9  }
10}
Note: See TracBrowser for help on using the repository browser.