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