Class WebUserNotificationServiceBase
Abstract base class - WebUserNotificationServiceBase
Inheritance
System.Object
WebUserNotificationServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<WebUserNotificationEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public abstract class WebUserNotificationServiceBase : EntityService<WebUserNotificationEntity>, IWebUserNotificationService, IEntityService<WebUserNotificationEntity>, IService
Constructors
WebUserNotificationServiceBase()
Declaration
protected WebUserNotificationServiceBase()
Methods
AcknowledgeUserNotification(AcknowledgeUserNotificationRequest)
Declaration
public virtual AcknowledgeUserNotificationResponse AcknowledgeUserNotification(AcknowledgeUserNotificationRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| AcknowledgeUserNotificationRequest | request |
Returns
| Type | Description |
|---|---|
| AcknowledgeUserNotificationResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService