Exemple #1
0
 public string GetCsvElement(CsvLineItem csvLineItem, int index)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public string GetCsvElement(CsvLineItem csvLineItem, string fieldName)
 {
     throw new NotImplementedException();
 }