Show / Hide Table of Contents

Interface IUser

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IUser

Properties

Email

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
Back to top Generated by DocFX