Interface IPushNotificationServiceManagerFactory
Namespace: SuperOffice.CRM.Notification
Assembly: SoDataBase.dll
Syntax
public interface IPushNotificationServiceManagerFactory
Methods
Create(int)
Instantiates a class that inherits IPushNotificationServiceManager
Declaration
IPushNotificationServiceManager Create(int associateId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | Id of a relevant associate. |
Returns
| Type | Description |
|---|---|
| IPushNotificationServiceManager |