Exemple #1
0
 public int AltaCliente(Cliente objCliente)
 {
     return(objDCl.AltaCliente(objCliente)); // ref
 }