SchoolsSystem.Models.Student.Student C# (CSharp) Method

Student() public method

public Student ( ) : System.Collections.Generic
return System.Collections.Generic
        public Student()
        {
            this.marks = new HashSet<Mark>();
        }
Student