public PostControl()
        {
            _postRepository = new PostRepository();

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