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

DayEntity() private method

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