public void TheDocGia_Insert(ref TheDocGiaDTO dto)
 {
     object[] results = this.Invoke("TheDocGia_Insert", new object[] {
         dto
     });
     dto = ((TheDocGiaDTO)(results[0]));
 }
 /// <remarks/>
 public void TheDocGia_DeleteAsync(TheDocGiaDTO dto, object userState)
 {
     if ((this.TheDocGia_DeleteOperationCompleted == null))
     {
         this.TheDocGia_DeleteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTheDocGia_DeleteOperationCompleted);
     }
     this.InvokeAsync("TheDocGia_Delete", new object[] {
         dto
     }, this.TheDocGia_DeleteOperationCompleted, userState);
 }
 /// <remarks/>
 public void TheDocGia_DeleteAsync(TheDocGiaDTO dto)
 {
     this.TheDocGia_DeleteAsync(dto, null);
 }
 public void TheDocGia_Delete(TheDocGiaDTO dto)
 {
     this.Invoke("TheDocGia_Delete", new object[] {
         dto
     });
 }
 /// <remarks/>
 public void TheDocGia_InsertAsync(TheDocGiaDTO dto)
 {
     this.TheDocGia_InsertAsync(dto, null);
 }