Пример #1
0
 public IActionResult ImportDbExecutorLogs(string file)
 {
     _dataLoader.ImportDbExecutorLogs(file);
     return(Ok());
 }