Change access modifiers on parent_id

This commit is contained in:
kougyokugentou 2020-05-06 21:36:59 -07:00
parent 42c56505e5
commit 51559ce12b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace DBWizard.Models
{ {
public class Parent public class Parent
{ {
public int parent_id { get; } public int parent_id { get; set; }
public string FirstName { get; set; } public string FirstName { get; set; }
public string LastName { get; set; } public string LastName { get; set; }
public long PhoneNumber { get; set; } public long PhoneNumber { get; set; }