Change access modifiers on id
This commit is contained in:
parent
ac449d5224
commit
42c56505e5
@ -8,7 +8,7 @@ namespace DBWizard.Models
|
|||||||
{
|
{
|
||||||
public class Student
|
public class Student
|
||||||
{
|
{
|
||||||
public int id { get; }
|
public int id { get; set; }
|
||||||
public string student_id { get; set; }
|
public string student_id { get; set; }
|
||||||
public int parent_id { get; set; }
|
public int parent_id { get; set; }
|
||||||
public string FirstName { get; set; }
|
public string FirstName { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user