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