Example #1
0
 /// <summary>
 /// Inserts this instance.
 /// </summary>
 /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
 public bool Insert()
 {
     using (var db = new DUONGDAI_KHACHHEN_DA())
     {
         db.CopyTo(this);
         return(db.Insert());
     }
 }