Class NotificationHelper
Inheritance
NotificationHelper
Assembly: SoDataBase.dll
Syntax
public static class NotificationHelper
Methods
DeleteNotificationIfExistsAsync(int, int, CancellationToken)
Declaration
public static Task<int> DeleteNotificationIfExistsAsync(int contactId, int personId, CancellationToken cancellationToken)
Parameters
Returns
NotifyAssignmentFromAssociateAsync(int, int, int, int, CancellationToken)
Declaration
public static Task<int> NotifyAssignmentFromAssociateAsync(int contactId, int personId, int assignedToAssociateId, int assignedFromAssociateId, CancellationToken cancellationToken)
Parameters
Returns
NotifyAssignmentFromEJUserAsync(int, int, int, int, CancellationToken)
Declaration
public static Task<int> NotifyAssignmentFromEJUserAsync(int contactId, int personId, int assignedToEJUserId, int assignedFromEjUserId, CancellationToken cancellationToken)
Parameters
Returns