Ejemplo n.º 1
0
 public PlaylistController(string filePath, char delimeter)
 {
     csvContext = new CSVContext(filePath, delimeter);
 }
Ejemplo n.º 2
0
 public PlaylistController(IEnumerable <PlaylistHistory> playlistHistories)
 {
     csvContext = new CSVContext(playlistHistories);
 }