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