Ejemplo n.º 1
0
 public void AlterarStatus(int idCliente, bool status)
 {
     _cliente.AlterarStatus(idCliente, status);
 }