Exemplo n.º 1
0
 public async Task <IEnumerable <T> > GetAllAysnc <T>(Expression <Func <T, bool> > expression, IMongoDBStateContext stateContext = null) where T : class
 {
     return(await context.FindAllAysnc <T>(expression, stateContext));
 }