Ejemplo n.º 1
0
 public void ProcessarArquivoCSV(string filePath)
 {
     _moviesService.BulkCopy(filePath);
 }