Exemplo n.º 1
0
 public IActionResult removeReporting(Reporting reporting)
 {
     _repRepo.removeReporting(reporting);
     return(Ok());
 }