ApplicationRepository.Models.NotificationType.NotificationType C# (CSharp) Method

NotificationType() public method

public NotificationType ( ) : System
return System
        public NotificationType()
        {
            this.Calendars = new HashSet<Calendar>();
            this.Notifications = new HashSet<Notification>();
        }
NotificationType