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