Class UpdateOptionMasterListDto
Represents a data transfer object used to update an option master list.
public class UpdateOptionMasterListDto
- Inheritance
-
UpdateOptionMasterListDto
- Inherited Members
- Extension Methods
Properties
OldOption
public OptionList? OldOption { get; set; }
Property Value
OptionId
public string? OptionId { get; set; }
Property Value
UpdatedOption
public OptionList? UpdatedOption { get; set; }