Пример #1
0
 public void Updated(ent.Auditoria t)
 {
     new Auditoria().Updated(t);
 }
Пример #2
0
 public void Insert(ent.Auditoria t)
 {
     new Auditoria().Insert(t);
 }
Пример #3
0
 public void Delete(ent.Auditoria t)
 {
     new Auditoria().Delete(t);
 }