Exemplo n.º 1
0
 public IActionResult ImportDeadLocks(string file)
 {
     _dataLoader.ImportDeadlocks(file);
     return(Ok());
 }