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