public ElementPersistenceHandler()
 {
     SystemCollection = Repository.GetInstance;
     CommentFunctions = new CommentPersistanceHandler();
 }
 public CommentHandler()
 {
     CommentFunctions = new CommentPersistanceHandler();
 }
Example #3
0
        public CommentLogicTest()
        {
            commentPersistence = new CommentPersistanceHandler();

            commentHandler = new CommentHandler();
        }