public abstract string Stringify(ValueObjectBase data);
Exemple #2
0
 public override string Stringify(ValueObjectBase data)
 {
     throw new NotImplementedException();
 }