Exemplo n.º 1
0
 public FormatingElement(
     IConvertJson <FormattingElements> jsonConfig,
     IFormatConvert <FormattingElements> formats)
 {
     this.jsonConfig = jsonConfig;
     this.formats    = formats;
 }
 public JsonFormatConfigurationService(IConvertJson <FormattingElements> getElements)
 {
     this.getElements = getElements;
 }