ApplicationRepository.Models.Calendar.Calendar C# (CSharp) 메소드

Calendar() 공개 메소드

public Calendar ( ) : System
리턴 System
        public Calendar()
        {
            this.CalendarEventsCollection = new HashSet<CalendarEvent>();
        }
Calendar