Exemplo n.º 1
0
 public IActionResult Delete(int id)
 {
     _projectsRepository.RemoveProject(id);
     return(new OkResult());
 }