コード例 #1
0
 public ClienteDTO Deletar(int IdCliente)
 {
     return(interfaceCliente.Deletar(IdCliente));
 }