Ejemplo n.º 1
0
        public async Task <bool> InsertAsync <T>(List <T> entities)
        {
            int rows = await GetConnection.InsertAllAsync(entities);

            return(rows != 0);
        }