forked from ddrilling/AsbCloudServer
установлен #region
This commit is contained in:
parent
3cf880832c
commit
5a4211b8a5
@ -13,6 +13,7 @@ public class NotificationCategory : IId
|
||||
/// СИСТЕМНЫЕ УВЕДОМЛЕНИЯ
|
||||
/// </summary>
|
||||
public const int IdSystemNotificationCategory = 1;
|
||||
#endregion
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
|
@ -376,7 +376,7 @@ namespace AsbCloudInfrastructure.Services.DrillingProgram
|
||||
await notificationService.NotifyAsync(new NotifyRequest
|
||||
{
|
||||
IdUser = user.Id,
|
||||
IdNotificationCategory = idNotificationCategory,
|
||||
IdNotificationCategory = NotificationCategory.IdSystemNotificationCategory,
|
||||
Title = subject,
|
||||
Message = body,
|
||||
IdTransportType = idTransportType
|
||||
|
Loading…
Reference in New Issue
Block a user