Browse Source

BMC: Add ScheduleGenerationId in GetNotifications Method

feature/ModificationForSentNotificationAPI
Palash Biswas 2 years ago
parent
commit
03dbd16d3e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs

+ 1
- 0
BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs View File

@ -81,6 +81,7 @@ namespace BCS.BMC.Web.Controllers
data.Status = notification.Status;
data.UserId = notification.UserId;
data.CompanyId = companyDetails.Id;
data.ScheduleGenerationId = notification.ScheduleGenerationId;
await db.Collection("BMC_Notification").Document().SetAsync(data);
int userId = 0;


Loading…
Cancel
Save