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