Class PushNotificationServiceManagerFactory
Inheritance
PushNotificationServiceManagerFactory
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class PushNotificationServiceManagerFactory : IPushNotificationServiceManagerFactory
Constructors
PushNotificationServiceManagerFactory(IServiceProvider)
Declaration
public PushNotificationServiceManagerFactory(IServiceProvider serviceProvider)
Parameters
Methods
Create(int)
Instantiates a class that inherits IPushNotificationServiceManager
Declaration
public IPushNotificationServiceManager Create(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
Id of a relevant associate.
|
Returns
Implements
Extension Methods