Esempio n. 1
0
 public void Editar(string id, string nombre)
 {
     objeto.Editar(Convert.ToInt32(id), nombre);
 }