public static void Main(string[] args) { BuildWebHost(args).Run(); BlogDAL bDal = new BlogDAL(); bDal.queryBlog(); bDal.saveBlog(); }