internal ValueTask RemoveTemplate(Guid templateId)
 => _restClient.DeleteContentAsync($"{Endpoint}/{templateId}");
Exemplo n.º 2
0
 internal ValueTask RemoveTemplateKind(string templateKindKey)
 => _restClient.DeleteContentAsync($"{Endpoint}/{templateKindKey}");