Exemplo n.º 1
0
 public async Task <ActionResult> DeleteWork(int id)
 {
     return(Ok(await _repo.DeleteWorkAsync(id)));
 }