Exemple #1
0
 public OCL.Recordings WatchableRecordings(OCL.User AccessingUser)
 {
     OCL.Functions F = new OCL.Functions();
     Recordings RR = F.GetAllWatchableRecordings(AccessingUser,this);
     return RR;
 }