Class SaveTestingBundleResponse
Represents the response for the SaveTestingBundleEvent method.
Inheritance
System.Object
SaveTestingBundleResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveTestingBundleResponse : ServiceResponse
Constructors
SaveTestingBundleResponse()
Default Constructor
Declaration
public SaveTestingBundleResponse()
Properties
TestingBundle
List of exam attendance
Declaration
public IList<TestingBundleEntity> TestingBundle { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TestingBundleEntity> |