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