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

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

public NotificationType ( ) : System
Результат System
        public NotificationType()
        {
            this.Calendars = new HashSet<Calendar>();
            this.Notifications = new HashSet<Notification>();
        }
NotificationType