Exemplo n.º 1
0
 public static List <Blog> GetBlogs()
 {
     return(BlogDao.GetAllBlogs());
 }
Exemplo n.º 2
0
 public void GetAllBlogsTest()
 {
     Assert.NotNull(BlogDao.GetAllBlogs());
 }