コード例 #1
0
 public static string GetKeyVersion2(this Entities.EnergySummary voltageSummary)
 {
     return(GetIntervalKeyVersion2(voltageSummary.IntervalStartIncluded));
 }
コード例 #2
0
 public static string GetKey(this Entities.EnergySummary voltageSummary)
 {
     // TODO cosmosdb 'Items' really one giant bucket?
     return(GetIntervalKey(voltageSummary.IntervalStartIncluded));
 }