Ejemplo n.º 1
0
 public IQueryable<T> All()
 {
     return _db.GetCollection<T>(typeof(T).Name).AsQueryable();
 }