public PostControl() { _postRepository = new PostRepository(); _validator = new PostValidator(); }
public PostControl() { _postRepository = new PostRepository(); }