예제 #1
0
 public bool Actualizar(Cliente objUpd)
 {
     return(clienteDAL.Actualizar(objUpd));
 }