Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/ModelResult.cs @ 2178

Last change on this file since 2178 was 2178, checked in by mkommend, 15 years ago

added first implementation of LinqToSql mapping (ticket #712)

File size: 182 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Modeling.SQLiteBackend {
7  public class ModelResult {
8  }
9}
Note: See TracBrowser for help on using the repository browser.