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