Esempio n. 1
0
 public void Update(Vista v)
 {
     crud.Update(v);
 }
 public void Update(Vista vista)
 {
     crudVista.Update(vista);
 }