Class GroupAndSubjModel
Inherited Members
Namespace: EduCATS.Networking.Models.SaveMarks.Practicals
Assembly: EduCATS.dll
Syntax
public class GroupAndSubjModel
Properties
GroupId
Declaration
[JsonProperty("groupId")]
public int GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SubjectId
Declaration
[JsonProperty("subjectId")]
public int SubjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |