Exemplo n.º 1
0
 public Resultado Delete(int id)
 {
     return(_service.Excluir(id));
 }