Exemplo n.º 1
0
 public async Task <IActionResult> Put([FromServices] IRecursoService recursoService)
 {
     return(Ok(await recursoService.Put("/themes", true, null, new Infra.Dtos.DetalhesRecursoDto())));
 }