Ejemplo n.º 1
0
 public async Task DeleteAsync(string branchName, string groupName)
 {
     await _featureManager.DeleteFeaturesAsync(branchName, groupName);
 }
Ejemplo n.º 2
0
 public async Task DeleteGroupAsync(string productName, string groupName)
 {
     await _featureManager.DeleteFeaturesAsync(productName, groupName);
 }