source:
branches/UserManagement/HeuristicLab.Services.Authentication.ServiceClients/ServiceClients/User.cs
@
5010
Last change on this file since 5010 was 4962, checked in by mjesner, 14 years ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.Services.Authentication |
7 | { |
8 | public partial class User |
9 | { |
10 | // IEnumerable<Role> Roles |
11 | |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.