Exemplo n.º 1
0
 public IActionResult Delete(Guid id)
 {
     _observationService.Delete(id);
     _worker.Delete(id);
     return(NoContent());
 }