Exemplo n.º 1
0
 public void ExportToFile(FileTypeEnum type, string fileName)
 {
     _fileEngine.ExportToFile(type, fileName);
 }