Class SaveTestingAttendanceStudentRequest
Represents the request for the SaveBooksRequest.
Inheritance
System.Object
    SaveTestingAttendanceStudentRequest
  Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveTestingAttendanceStudentRequest : ServiceRequestConstructors
SaveTestingAttendanceStudentRequest()
Declaration
public SaveTestingAttendanceStudentRequest()Properties
TestingAttendanceStudentList
Declaration
public List<TestingAttendanceStudentEntity> TestingAttendanceStudentList { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TestingAttendanceStudentEntity> |