Class Process9010ReportServiceBase
Abstract base class - Process9010ReportServiceBase
Inheritance
System.Object
Process9010ReportServiceBase
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class Process9010ReportServiceBase : Service, IProcess9010ReportService, IService
Constructors
Process9010ReportServiceBase()
Declaration
protected Process9010ReportServiceBase()
Methods
Process9010Report(Queue9010ReportRequest)
Declaration
public virtual Queue9010ReportResponse Process9010Report(Queue9010ReportRequest request)
Parameters
Type | Name | Description |
---|---|---|
Queue9010ReportRequest | request |
Returns
Type | Description |
---|---|
Queue9010ReportResponse |
Implements
Cmc.Core.ServiceModel.IService