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

AccountEntity() private method

private AccountEntity ( ) : System
return System
        public AccountEntity()
        {
            this.LessonNavProp = new HashSet<LessonEntity>();
            this.RoomNavProp = new HashSet<RoomEntity>();
            this.SubjectNavProp = new HashSet<SubjectEntity>();
            this.TeacherNavProp = new HashSet<TeacherEntity>();
        }
AccountEntity