source:
trunk/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/IJobDao.cs
@
2913
Last change on this file since 2913 was 2904, checked in by kgrading, 15 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.Hive.Server.LINQDataAccess { |
7 | public interface IJobDao: IGenericDao<HeuristicLab.Hive.Contracts.BusinessObjects.Job, Job> { |
8 | |
9 | } |
10 | } |
Note: See TracBrowser
for help on using the repository browser.