Example #1
0
 public bool borrarCliente(int id)
 {
     return(dao.borrarCliente(id));
 }