ApplicationRepository.Models.CalendarEvent.CalendarEvent C# (CSharp) Метод

CalendarEvent() публичный Метод

public CalendarEvent ( ) : System
Результат System
        public CalendarEvent()
        {
            this.Guests = new HashSet<Guest>();
            this.Notifications = new HashSet<Notification>();
            this.Repeatables = new HashSet<Repeatable>();
        }
CalendarEvent