Class EntranceTestImportTestTypeServiceBase
Abstract base class - EntranceTestImportTestTypeServiceBase
Inheritance
System.Object
EntranceTestImportTestTypeServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<EntranceTestImportTestTypeEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public abstract class EntranceTestImportTestTypeServiceBase : EntityService<EntranceTestImportTestTypeEntity>, IEntranceTestImportTestTypeService, IEntityService<EntranceTestImportTestTypeEntity>, IService
Constructors
EntranceTestImportTestTypeServiceBase()
Declaration
protected EntranceTestImportTestTypeServiceBase()
Methods
TestFileMapping(TestFileMappingRequest)
Below method is used to save test file mappings
Declaration
public virtual TestFileMappingResponse TestFileMapping(TestFileMappingRequest request)
Parameters
Type | Name | Description |
---|---|---|
TestFileMappingRequest | request |
Returns
Type | Description |
---|---|
TestFileMappingResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService