Exemple #1
0
 public Notes AllVisibleNotes(OCL.User AccessingUser)
 {
     OCL.Functions F = new OCL.Functions();
     OCL.Notes CN = F.GetNotes(AccessingUser,this);
     return CN;
 }