Exemplo n.º 1
0
 public IDeleteQueryProvider <T> DeleteMany <T>()
 {
     return(RetryPolicy.ExecuteAction(() => InternalDb.DeleteMany <T>()));
 }