Example #1
0
 public DiffService(DiffReader reader, DiffConverter converter)
 {
     Reader = reader;
     Converter = converter;
 }