Class TranslationCreationRequestDto
public sealed class TranslationCreationRequestDto
- Inheritance
-
TranslationCreationRequestDto
- Inherited Members
Properties
From
public Language From { get; set; }
Property Value
IsMinimumRate
public bool IsMinimumRate { get; set; }
Property Value
To
public Language To { get; set; }