diff --git a/AsbCloudApp/Data/NotificationDto.cs b/AsbCloudApp/Data/NotificationDto.cs index 982262d2..d23497d3 100644 --- a/AsbCloudApp/Data/NotificationDto.cs +++ b/AsbCloudApp/Data/NotificationDto.cs @@ -41,7 +41,7 @@ public class NotificationDto : IId /// Дата прочтения уведомления /// public DateTime? ReadDate { get; set; } - + /// /// Состояние уведомления /// 0 - Зарегистрировано, @@ -60,6 +60,10 @@ public class NotificationDto : IId return 0; } + set + { + + } } ///