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