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