Ejemplo n.º 1
0
 public async Task InsertAsync(ILogItem olapEntity)
 {
     await _storage.InsertAndGenerateRowKeyAsDateTimeAsync(LogEntity.CreateEntity(olapEntity), DateTime.UtcNow);
 }