示例#1
0
 public IEnumerable <BlogPost> Get()
 {
     return(_db.GetList());
 }