Exemplo n.º 1
0
 public int Update(UpdateObject update)
 {
     return(OperateDBTemplate.Update(update.GetUpdate(), update.KeyValues));
 }