Beispiel #1
0
 public void StarStatus(string id, bool starred)
 {
     db_.UpdateBoardField <bool>(id, "Starred", starred);
 }