예제 #1
0
 public void AlterarStatus(int idCliente, bool status)
 {
     _cliente.AlterarStatus(idCliente, status);
 }