Table of Contents

Interface INotificationService

Namespace
Rescope.Commerce.Core.Services
Assembly
Rescope.Commerce.Core.dll
public interface INotificationService

Methods

Dispatch<T>(T)

Task Dispatch<T>(T notification) where T : IRescopeNotification

Parameters

notification T

Returns

Task

Type Parameters

T