Exemplo n.º 1
0
 public void InsertBulk <T>(IEnumerable <T> pocos)
 {
     RetryPolicy.ExecuteAction(() => InternalDb.InsertBulk(pocos));
 }