Ejemplo n.º 1
0
 public async Task OnPostDeleteElementAsync(int elementId)
 {
     await _checklistService.DeleteElementByIdAsync(elementId);
 }