Class EntranceTestImportFileSchemaServiceBase
Abstract base class - EntranceTestImportFileSchemaServiceBase
Inheritance
System.Object
EntranceTestImportFileSchemaServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<EntranceTestImportFileSchemaEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public abstract class EntranceTestImportFileSchemaServiceBase : EntityService<EntranceTestImportFileSchemaEntity>, IEntranceTestImportFileSchemaService, IEntityService<EntranceTestImportFileSchemaEntity>, IService
Constructors
EntranceTestImportFileSchemaServiceBase()
Declaration
protected EntranceTestImportFileSchemaServiceBase()
Methods
CreateDuplicateEntranceTestImportFileSchema(EntranceTestImportFileSchemaRequest)
Declaration
public virtual EntranceTestImportFileSchemaResponse CreateDuplicateEntranceTestImportFileSchema(EntranceTestImportFileSchemaRequest request)
Parameters
Type | Name | Description |
---|---|---|
EntranceTestImportFileSchemaRequest | request |
Returns
Type | Description |
---|---|
EntranceTestImportFileSchemaResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService