internal ValueTask RemoveTemplate(Guid templateId)
 => _restClient.DeleteContentAsync($"{Endpoint}/{templateId}");
Пример #2
0
 internal ValueTask RemoveTemplateKind(string templateKindKey)
 => _restClient.DeleteContentAsync($"{Endpoint}/{templateKindKey}");