public void BatchInsert <T>(List <T> _pEntities) where T : TableEntity { _objAzureTblHelper.BatchInsert(_pEntities); }