TheAirline.Models.Pilots.FlightSchool.RemoveInstructor C# (CSharp) Method

RemoveInstructor() public method

public RemoveInstructor ( Instructor instructor ) : void
instructor Instructor
return void
        public void RemoveInstructor(Instructor instructor)
        {
            Instructors.Remove(instructor);
        }