Exemplo n.º 1
0
 public void UpdateToRow(ref DataRow row, Gleba record)
 {
     Gleba.UpdateRowFromGleba(ref row, record);
     this.ExtraUpdateToRow(ref row, record);
 }