EventManagerPro.DBLayer.Student.Student C# (CSharp) 메소드

Student() 공개 메소드

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