Class EntranceTestImportFileSchemaRowDetailServiceBase
Abstract base class - EntranceTestImportFileSchemaRowDetailServiceBase
Inheritance
System.Object
EntranceTestImportFileSchemaRowDetailServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<EntranceTestImportFileSchemaRowDetailEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public abstract class EntranceTestImportFileSchemaRowDetailServiceBase : EntityService<EntranceTestImportFileSchemaRowDetailEntity>, IEntranceTestImportFileSchemaRowDetailService, IEntityService<EntranceTestImportFileSchemaRowDetailEntity>, IService
Constructors
EntranceTestImportFileSchemaRowDetailServiceBase()
Declaration
protected EntranceTestImportFileSchemaRowDetailServiceBase()
Methods
MapTest(EntranceTestImportFileSchemaRowDetailRequest)
Declaration
public virtual EntranceTestImportFileSchemaRowDetailResponse MapTest(EntranceTestImportFileSchemaRowDetailRequest request)
Parameters
Type | Name | Description |
---|---|---|
EntranceTestImportFileSchemaRowDetailRequest | request |
Returns
Type | Description |
---|---|
EntranceTestImportFileSchemaRowDetailResponse |
SaveUpdateEntranceTestImportFileSchemaRowDetail(EntranceTestImportFileSchemaRowDetailRequest)
Declaration
public virtual EntranceTestImportFileSchemaRowDetailResponse SaveUpdateEntranceTestImportFileSchemaRowDetail(EntranceTestImportFileSchemaRowDetailRequest request)
Parameters
Type | Name | Description |
---|---|---|
EntranceTestImportFileSchemaRowDetailRequest | request |
Returns
Type | Description |
---|---|
EntranceTestImportFileSchemaRowDetailResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService