Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.AdminMethods/AdminMethods.cs @ 4694

Last change on this file since 4694 was 4694, checked in by fruehrli, 13 years ago

#1197
Administration methods updated
WinForm for administration added
Demo WebService added

File size: 505 bytes
Line 
1
2using System;
3
4
5//D:\Source\HL\ClientManagement\HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.DataAccess\ClientManagment.designer.cs
6/*   
7public ClientManagmentDataContext() :
8      base(global::HeuristicLab.Services.Authentication.DataAccess.Properties.Settings.Default.ClientManagementConnectionString, mappingSource) {
9      OnCreated();
10    }
11*/
12
13namespace HeuristicLab.Services.Authentication.AdminMethods { 
14
15  public class AdminMethods {
16
17  }
18}
Note: See TracBrowser for help on using the repository browser.