Ejemplo n.º 1
0
 public void BatchInsert <T>(List <T> _pEntities) where T : TableEntity
 {
     _objAzureTblHelper.BatchInsert(_pEntities);
 }