Update name property to get and set for the school editor.

master
kougyokugentou 3 years ago
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…
Cancel
Save