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