public MapperTest() { this.Json = File.ReadAllText("../../../PostJson.txt"); Initial.AutoMapper(); }
public CrawlerTest() { this.PostService = new PostService(); this.CommentService = new CommentService(); Initial.AutoMapper(); }