Class TestingAttendanceStudentServiceBase
Abstract base class - TestingAttendanceStudentServiceBase
Inheritance
System.Object
TestingAttendanceStudentServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<TestingAttendanceStudentEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class TestingAttendanceStudentServiceBase : EntityService<TestingAttendanceStudentEntity>, ITestingAttendanceStudentService, IEntityService<TestingAttendanceStudentEntity>, IService
Constructors
TestingAttendanceStudentServiceBase()
Declaration
protected TestingAttendanceStudentServiceBase()
Methods
ImportTestingAttendanceStudent(TestingAttendanceStudentImportRequest)
Declaration
public virtual TestingAttendanceStudentImportResponse ImportTestingAttendanceStudent(TestingAttendanceStudentImportRequest request)
Parameters
Type | Name | Description |
---|---|---|
TestingAttendanceStudentImportRequest | request |
Returns
Type | Description |
---|---|
TestingAttendanceStudentImportResponse |
SaveTestingAttendanceStudent(SaveTestingAttendanceStudentRequest)
Declaration
public virtual SaveTestingAttendanceStudentResponse SaveTestingAttendanceStudent(SaveTestingAttendanceStudentRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveTestingAttendanceStudentRequest | request |
Returns
Type | Description |
---|---|
SaveTestingAttendanceStudentResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService