コード例 #1
0
 public void SaveOrUpdate(Track track)
 {
     _connection.Hashes.Set(DB, track.Id.ToString(), track.ToByteArrayDictionary());
 }