Interface IEntranceTestImportFileService
Represents a service contract for interacting with the LeadSourceExpenseEntity entity.
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public interface IEntranceTestImportFileService : IEntityService<EntranceTestImportFileEntity>, IService
Methods
ImportTest(EntranceTestImportRequest)
ImportTest
Declaration
EntranceTestImportResponse ImportTest(EntranceTestImportRequest request)
Parameters
Type | Name | Description |
---|---|---|
EntranceTestImportRequest | request | The EntranceTestImportRequest Object contains the studentId that need to be passed. |
Returns
Type | Description |
---|---|
EntranceTestImportResponse | Returns the EntranceTestImportResponse list with the following values: Details of prospect inquiry record for a Student that were committed to the database. |
SaveEntranceTestImportFileEntities(ProcessEntranceTestImportFileRequest)
Saver for EntranceTestImportFileEntity SaveEntranceTestImportFileEntities
Declaration
ProcessEntranceTestImportFileResponse SaveEntranceTestImportFileEntities(ProcessEntranceTestImportFileRequest request)
Parameters
Type | Name | Description |
---|---|---|
ProcessEntranceTestImportFileRequest | request |
Returns
Type | Description |
---|---|
ProcessEntranceTestImportFileResponse |