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