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