Exemplo n.º 1
0
 public IActionResult PrepareOrders()
 {
     _experimentRepository.PrepareOrders();
     return(RedirectToAction(nameof(Index)));
 }