Click or drag to resize

SubscriptionController Constructor

SubscriptionController constructor

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SubscriptionController(
	ControllerBase assignFrom,
	ISubscriptionManagerFactory subscriptionManagerFactory,
	ILogger logger
)

Parameters

assignFrom
Type: Omada.OE.AppLogicControllerBase
subscriptionManagerFactory
Type: Omada.OE.Model.SubscriptionsISubscriptionManagerFactory
logger
Type: ILogger
See Also