Update name property to get and set for the school editor.
This commit is contained in:
parent
06e167a75f
commit
cd0969f53d
@ -9,6 +9,6 @@ namespace DBWizard.Models
|
||||
public class School
|
||||
{
|
||||
public int school_id { get; }
|
||||
public string name { get; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user