Example #1
0
 public IActionResult DeleteChecklist(int id)
 {
     _dataHandler.DeleteChecklist(id);
     return(Ok());
 }