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