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