Ejemplo n.º 1
0
 public void Update(BCAPINVOICE Items)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Delete(BCAPINVOICE Items)
 {
     db.BCAPINVOICE.Remove(Items);
 }
Ejemplo n.º 3
0
 public void Insert(BCAPINVOICE Items)
 {
     db.BCAPINVOICE.Add(Items);
 }