コード例 #1
0
 public async Task DeleteAsync(string branchName, string groupName)
 {
     await _featureManager.DeleteFeaturesAsync(branchName, groupName);
 }
コード例 #2
0
 public async Task DeleteGroupAsync(string productName, string groupName)
 {
     await _featureManager.DeleteFeaturesAsync(productName, groupName);
 }