예제 #1
0
        public PostControl()
        {
            _postRepository = new PostRepository();

            _validator = new PostValidator();
        }
예제 #2
0
 public PostControl()
 {
     _postRepository = new PostRepository();
 }