Exemplo n.º 1
0
 public static bool UpdateRecording(int recId, String recName)
 {
     return(serverIntf.UpdateRecording(recId, recName));
 }