Class SaveBooksRequest
Represents the request for the SaveBooksRequest.
Inheritance
System.Object
SaveBooksRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveBooksRequest : ServiceRequest
Constructors
SaveBooksRequest()
Declaration
public SaveBooksRequest()
Properties
Books
Declaration
public List<ClassSectionBookEntity> Books { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ClassSectionBookEntity> |
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |