Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.ServiceClients/ServiceClients/User.cs @ 4927

Last change on this file since 4927 was 4927, checked in by mjesner, 13 years ago

#1196

File size: 208 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Services.Authentication.ServiceClient
7{
8    public partial class User
9    {
10    }
11}
Note: See TracBrowser for help on using the repository browser.