예제 #1
0
 public void Updated(ent.Usuario t)
 {
     new Usuario().Updated(t);
 }
예제 #2
0
 public void Insert(ent.Usuario t)
 {
     new Usuario().Insert(t);
 }
예제 #3
0
 public void Delete(ent.Usuario t)
 {
     new Usuario().Delete(t);
 }