Bzs.Server.DataAccess.TeacherEntity.TeacherEntity C# (CSharp) Method

TeacherEntity() private method

private TeacherEntity ( ) : System
return System
        public TeacherEntity()
        {
            this.LessonNavProp = new HashSet<LessonEntity>();
        }
TeacherEntity