source:
trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IProjectAdapter.cs
@
2859
Last change on this file since 2859 was 1945, checked in by svonolfe, 15 years ago | |
---|---|
File size: 289 bytes |
Line | |
---|---|
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 { |
8 | public interface IProjectAdapter : IDataAdapter<Project> { |
9 | } |
10 | } |
Note: See TracBrowser
for help on using the repository browser.