Added proper keyword for firebase notification
This commit is contained in:
parent
455cbc5cd4
commit
2b6e8b7c8a
@ -2,6 +2,7 @@
|
||||
using Marco.Pms.DataAccess.Data;
|
||||
using Marco.Pms.Model.Dtos.Attendance;
|
||||
using Marco.Pms.Model.Entitlements;
|
||||
using Marco.Pms.Model.Expenses;
|
||||
using Marco.Pms.Model.Projects;
|
||||
using Marco.Pms.Services.Service.ServiceInterfaces;
|
||||
using MarcoBMS.Services.Service;
|
||||
@ -792,7 +793,7 @@ namespace Marco.Pms.Services.Service
|
||||
{ "ProjectId", projectId.ToString() },
|
||||
{ "BuildingId", buildingId.ToString() },
|
||||
{ "FloorId", floorId.ToString() },
|
||||
{ "AreaId", areaId.ToString() },
|
||||
{ "AreaId", areaId.ToString() }
|
||||
};
|
||||
|
||||
|
||||
@ -904,7 +905,7 @@ namespace Marco.Pms.Services.Service
|
||||
|
||||
var data = new Dictionary<string, string>()
|
||||
{
|
||||
{ "Keyword", "Task_Modified" },
|
||||
{ "Keyword", "WorkArea_Modified" },
|
||||
{ "ProjectId", projectId.ToString() },
|
||||
{ "BuildingId", buildingId.ToString() },
|
||||
{ "FloorId", floorId.ToString() }
|
||||
@ -1013,7 +1014,7 @@ namespace Marco.Pms.Services.Service
|
||||
|
||||
var data = new Dictionary<string, string>()
|
||||
{
|
||||
{ "Keyword", "Task_Modified" },
|
||||
{ "Keyword", "Floor_Modified" },
|
||||
{ "ProjectId", projectId.ToString() },
|
||||
{ "BuildingId", buildingId.ToString() }
|
||||
};
|
||||
@ -1443,6 +1444,11 @@ namespace Marco.Pms.Services.Service
|
||||
}
|
||||
}
|
||||
|
||||
//Contact Controller
|
||||
public async Task SendReviewExpenseMessageAsync(Expenses expenses, string name, bool IsExist, Guid tenantId)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#region =================================================================== Helper Functions ===================================================================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user