public SchoolController(ISchoolLogic logic) { _logic = logic; }
public SchoolController(ISchoolLogic schoolLogic) { _schoolLogic = schoolLogic; }