Example #1
0
 public bool UpdateDieuXe()
 {
     using (var db = new DUONGDAI_KHACHHEN_DA())
     {
         db.CopyTo(this);
         return(db.UpdateDieuXe());
     }
     return(false);
 }