Exemplo n.º 1
0
 public int Execute(string sql, CommandType commandType, params object[] args)
 {
     return(RetryPolicy.ExecuteAction(() => InternalDb.Execute(sql, commandType, args)));
 }
Exemplo n.º 2
0
 public int Execute(Sql sql)
 {
     return(RetryPolicy.ExecuteAction(() => InternalDb.Execute(sql)));
 }