EventManagerPro.DBLayer.Student.Student C# (CSharp) Method

Student() public method

public Student ( ) : System
return System
        public Student()
        {
            this.OwnedEvents = new HashSet<Event>();
            this.RegisteredEvents = new HashSet<Event>();
        }
Student