Example #1
0
 public bool Update(Car_Table CTobj)
 {
     return(obj.Update(CTobj));
 }
Example #2
0
 public bool insert(Car_Table cobj)
 {
     return(obj.Insert(cobj));
 }