Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataAccess.ADOHelper/BinaryRelation.cs @ 1517

Last change on this file since 1517 was 1515, checked in by svonolfe, 15 years ago

Improved handling of binary relations (#527)

File size: 280 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.DataAccess.Interfaces;
6
7namespace HeuristicLab.DataAccess.ADOHelper {
8  public class BinaryRelation: PersistableObject {
9    public Guid Id2 { get; set; }
10  }
11}
Note: See TracBrowser for help on using the repository browser.