public Student(int age, NeoDatis.Odb.Test.VO.School.Course course, System.DateTime date, string id, string name) { this.age = age; this.course = course; firstDate = date; this.id = id; this.name = name; listHistory = new System.Collections.ArrayList(); }
public virtual void SetCourse(NeoDatis.Odb.Test.VO.School.Course course) { this.course = course; }