Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.cs @ 3939

Last change on this file since 3939 was 3939, checked in by hmayr, 14 years ago

first commit from hmayr, just minor changes (#1046)

  • formatted source code files to fit HeuristicLab standards
  • deleted old LINQ to SQL Classes
  • create LINQ to SQL Class for HeuristicLabUser (just prototype)
File size: 114 bytes
Line 
1using System.Web.Security;
2namespace Persistence {
3  partial class HeuristicLabUser : MembershipUser {
4  }
5}
Note: See TracBrowser for help on using the repository browser.