source:
trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IProjectAdapter.cs
@
2156
Last change on this file since 2156 was 1945, checked in by svonolfe, 16 years ago | |
---|---|
File size: 289 bytes |
Rev | Line | |
---|---|---|
[1944] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Text; | |
4 | using HeuristicLab.Hive.Contracts.BusinessObjects; | |
5 | using HeuristicLab.DataAccess.Interfaces; | |
6 | ||
7 | namespace HeuristicLab.Hive.Server.DataAccess { | |
[1945] | 8 | public interface IProjectAdapter : IDataAdapter<Project> { |
[1944] | 9 | } |
10 | } |
Note: See TracBrowser
for help on using the repository browser.