Ejemplo n.º 1
0
 public void Updated(ent.Iglesia t)
 {
     new Iglesia().Updated(t);
 }
Ejemplo n.º 2
0
 public void Insert(ent.Iglesia t)
 {
     new Iglesia().Insert(t);
 }
Ejemplo n.º 3
0
 public void Delete(ent.Iglesia t)
 {
     new Iglesia().Delete(t);
 }