Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added Project Adapter (#372)

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