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