public ElementPersistenceHandler()
 {
     SystemCollection = Repository.GetInstance;
     CommentFunctions = new CommentPersistanceHandler();
 }
Пример #2
0
 public CommentHandler()
 {
     CommentFunctions = new CommentPersistanceHandler();
 }
Пример #3
0
        public CommentLogicTest()
        {
            commentPersistence = new CommentPersistanceHandler();

            commentHandler = new CommentHandler();
        }