Exemple #1
0
        public OCL.Note AddNote(OCL.User AccessingUser,string SyncTime, string Description)
        {
            if(this.CanAddNotes(AccessingUser))
            {
                Functions F = new Functions();
                return F.AddNote(mvarID,SyncTime,Description);

            }
            return null;
        }