コード例 #1
0
 protected DocumentTemplate(TKey id)
 {
     RowKey       = id.ToString().Replace("-", "");
     PartitionKey = RowKey.GeneratePartitionKey();
 }