示例#1
0
 public List <Blog> GetAllWithCategory()
 {
     return(_blogDal.GetAllWithCategory());
 }