Last change
on this file since 7664 was
4979,
checked in by jwolfing, 14 years ago
|
#1196 Changed BaseClasses in Data Transfer Objects, added Methods to User and Role ServiceClasses
|
File size:
266 bytes
|
Line | |
---|
1 | using System.Runtime.Serialization;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.Services.Authentication.DataTransfer {
|
---|
4 | [DataContract]
|
---|
5 | public abstract class NamedAuthenticationItem : AuthenticationItem
|
---|
6 | {
|
---|
7 | [DataMember]
|
---|
8 | public string Name { get; set; }
|
---|
9 | }
|
---|
10 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.