示例#1
0
 public static List <Blog> GetBlogs()
 {
     return(BlogDao.GetAllBlogs());
 }
示例#2
0
 public void GetAllBlogsTest()
 {
     Assert.NotNull(BlogDao.GetAllBlogs());
 }