Esempio n. 1
0
 public void Updated(ent.Pais t)
 {
     new Pais().Updated(t);
 }
Esempio n. 2
0
 public void Insert(ent.Pais t)
 {
     new Pais().Insert(t);
 }
Esempio n. 3
0
 public void Delete(ent.Pais t)
 {
     new Pais().Delete(t);
 }