Пример #1
0
 public async Task <CommandResult <Boolean> > Restore(Guid featureId)
 {
     return(await _featureManager.RestoreFeature(featureId));
 }