Exemple #1
0
 public void Update(BCDebitNoteSub2 Items)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void Delete(BCDebitNoteSub2 Items)
 {
     db.BCDebitNoteSub2.Remove(Items);
 }
Exemple #3
0
 public void Insert(BCDebitNoteSub2 Items)
 {
     db.BCDebitNoteSub2.Add(Items);
 }