Class UserModel
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class UserModel
Properties
UserId
Declaration
[JsonProperty("UserId")]
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Username
Declaration
[JsonProperty("UserName")]
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |