Exemplo n.º 1
0
        public async Task <IActionResult> OnPostAsync()
        {
            await _workflowGrpcService.RemoverAsync(Workflow.Id);

            return(RedirectToPage("Listar"));
        }
Exemplo n.º 2
0
        public async Task <IActionResult> OnPostAsync()
        {
            await _impedimentoGrpcService.RemoverAsync(Impedimento.Id);

            return(RedirectToPage("Listar"));
        }
Exemplo n.º 3
0
        public async Task <IActionResult> OnPostAsync()
        {
            await _sistemaGrpcService.RemoverAsync(Sistema.Id);

            return(RedirectToPage("Listar"));
        }