Exemplo n.º 1
0
 public static bool SetRecordingTimesWatched(int recordingId, int timesWatched)
 {
     return(serverIntf.SetRecordingTimesWatched(recordingId, timesWatched));
 }