Exemplo n.º 1
0
 public IActionResult ClearDb()
 {
     _iRepo.ClearAll();
     return(Ok("All data raderad"));
 }