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