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