Interface IFeedbackServiceFactory
Factory interface for creating feedback service instances.
Namespace: Serenity.Feedback.Application.Interfaces
Assembly: Serenity.Feedback.Application.dll
Syntax
public interface IFeedbackServiceFactory
Methods
Create()
Creates a new, uninitialized feedback service instance.
Declaration
IFeedbackService Create()
Returns
| Type | Description |
|---|---|
| IFeedbackService | A new instance of a feedback service, not yet initialized. |