Class ProcessDuplicateStudentResponse
Represents the response for the ProcessDuplicateStudent method.
Inheritance
System.Object
ProcessDuplicateStudentResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ProcessDuplicateStudentResponse : EntityServiceResponse<StudentEntity>
Constructors
ProcessDuplicateStudentResponse(StudentEntity)
Declaration
public ProcessDuplicateStudentResponse(StudentEntity entity)
Parameters
Type | Name | Description |
---|---|---|
StudentEntity | entity |