Ejemplo n.º 1
0
 public bool edit(int id, string ruc, string razonSocial)
 {
     daoProveedor.update(id, ruc, razonSocial);
     return(true);
 }