Interface IUser
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IUser
Properties
Declaration
string Email { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |