示例#1
0
 public IQueryable <Repository> All()
 {
     return(inner.All());
 }
示例#2
0
 public IEnumerable <Models.Repository> All()
 {
     return(inner.All());
 }