Beispiel #1
0
 public void Add(ActivityEntity entity)
 {
     activityTable.ExecuteAsync(TableOperation.Insert(entity)).Wait();
 }