Example #1
0
 public int update(DTO.Cliente cliente)
 {
     DAL.Cliente c = new DAL.Cliente();
     return(c.update(cliente));
 }