Ejemplo n.º 1
0
 public async Task ResetTenantSpecificFeatures(EntityRequestInput input)
 {
     await TenantManager.ResetAllFeaturesAsync(input.Id);
 }