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