Example #1
0
 public void Updated(ent.Auditoria t)
 {
     new Auditoria().Updated(t);
 }
Example #2
0
 public void Insert(ent.Auditoria t)
 {
     new Auditoria().Insert(t);
 }
Example #3
0
 public void Delete(ent.Auditoria t)
 {
     new Auditoria().Delete(t);
 }