Example #1
0
 public static TextDto FromText(Text text)
 {
     return new TextDto(text);
 }
Example #2
0
 public TextDto(Text text)
 {
     _text = text.Html;
 }