예제 #1
0
 public void TestBlog()
 {
     var x = blogUserRepo.GetList().ToList();
     var y = studentRepo.GetList().ToList();
     var z = 1;
 }