Exemple #1
0
 public void UpdateToRow(ref DataRow row, InvProb record)
 {
     InvProb.UpdateRowFromInvProb(ref row, record);
     this.ExtraUpdateToRow(ref row, record);
 }