Exemplo n.º 1
0
 protected static List <T> GetObjects(Expression <Func <T, bool> > condition)
 {
     return(Mongo.RetrieveObjects(condition));
 }
Exemplo n.º 2
0
 //Multiple
 public static List <T> GetObjects()
 {
     return(Mongo.RetrieveObjects());
 }