コード例 #1
0
 public async Task <IEnumerable <Group> > GetAsync(string branchName)
 {
     // NOTE: Using the branchName as product name because of backwards compatability
     return(await _featureManager.GetGroupedFeatureDescriptionsAsync(branchName));
 }
コード例 #2
0
 public async Task <IEnumerable <Group> > GetGroupsAsync(string productName)
 {
     return(await _featureManager.GetGroupedFeatureDescriptionsAsync(productName));
 }