Class RetrieveRegistrationInstructor
public class RetrieveRegistrationInstructor : Query<RegistrationInstructorModel>, IQuery<RegistrationInstructorModel>
- Inheritance
-
RetrieveRegistrationInstructor
- Implements
- Inherited Members
- Extension Methods
Constructors
RetrieveRegistrationInstructor()
public RetrieveRegistrationInstructor()
Properties
InstructorIdentifier
public Guid InstructorIdentifier { get; set; }
Property Value
RegistrationIdentifier
public Guid RegistrationIdentifier { get; set; }