Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataAccess.ADOHelper/3.2/ManyToManyRelation.cs @ 1580

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

Added PluginInfoAdapter (#372)

File size: 284 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 ManyToManyRelation: PersistableObject {
9    public Guid Id2 { get; set; }
10  }
11}
Note: See TracBrowser for help on using the repository browser.