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