예제 #1
0
 //Update
 public void Update(OntimeTenderMonth ontimeTenderMonth)
 {
     objDb.Update(ontimeTenderMonth);
 }
예제 #2
0
 //Insert
 public void Insert(OntimeTenderMonth ontimeTenderMonth)
 {
     objDb.Insert(ontimeTenderMonth);
 }