Example #1
0
 /// <summary>
 /// Initializes a new instance of the AggregatedWorkItemCounts class.
 /// </summary>
 public AggregatedWorkItemCounts(IDictionary <string, string> key, WorkItemStatusCounts data)
 {
     Key  = key;
     Data = data;
     CustomInit();
 }
Example #2
0
 public AggregatedWorkItemCounts(IImmutableDictionary <string, string> key, WorkItemStatusCounts data)
 {
     Key  = key;
     Data = data;
 }