Rev | Line | |
---|
[2611] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Text;
|
---|
| 5 | using HeuristicLab.PluginInfrastructure;
|
---|
| 6 |
|
---|
| 7 | namespace HeuristicLab.Hive.Server.LINQDataAccess {
|
---|
| 8 | [Plugin("HeuristicLab.Hive.Server.LINQDataAccess-3.2")]
|
---|
| 9 | [PluginFile("HeuristicLab.Hive.Server.LINQDataAcces-3.2.dll", PluginFileType.Assembly)]
|
---|
| 10 | [PluginDependency("HeuristicLab.Core-3.2")]
|
---|
| 11 | public class LINQDataAccessPlugin: PluginBase {
|
---|
| 12 | }
|
---|
| 13 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.