Table of Contents

Class QuestionOrderingSolutionDeleted

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class QuestionOrderingSolutionDeleted : Change, IChange
Inheritance
QuestionOrderingSolutionDeleted
Implements
Inherited Members
Extension Methods

Constructors

QuestionOrderingSolutionDeleted(Guid, Guid)

public QuestionOrderingSolutionDeleted(Guid question, Guid solution)

Parameters

question Guid
solution Guid

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

Solution

public Guid Solution { get; set; }

Property Value

Guid